From 96e0faf937f10b14d7d729639045a68f2c09180f Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 21 May 2015 15:12:05 +0200 Subject: Rename cura.py to cura_app.py to prevent conflicts with "cura" directory Contributes to Ultimaker/Uranium#41 --- cura_app.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cura_app.py (limited to 'cura_app.py') diff --git a/cura_app.py b/cura_app.py new file mode 100644 index 0000000000..cfe99284b3 --- /dev/null +++ b/cura_app.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python3 + +# Copyright (c) 2015 Ultimaker B.V. +# Cura is released under the terms of the AGPLv3 or higher. + +import cura.CuraApplication + +app = cura.CuraApplication.CuraApplication.getInstance() +app.run() -- cgit v1.2.3