|
@@ -3,7 +3,7 @@
|
|
# Copyright (c) 2015 Ultimaker B.V.
|
|
# Copyright (c) 2015 Ultimaker B.V.
|
|
# Cura is released under the terms of the AGPLv3 or higher.
|
|
# Cura is released under the terms of the AGPLv3 or higher.
|
|
|
|
|
|
-from src.CuraApplication import CuraApplication
|
|
|
|
|
|
+import cura.CuraApplication
|
|
|
|
|
|
-app = CuraApplication.getInstance()
|
|
|
|
|
|
+app = cura.CuraApplication.CuraApplication.getInstance()
|
|
app.run()
|
|
app.run()
|