Move src to cura so we can use the same package for installed and source

Contributes to #41
Contributes to #42
This commit is contained in:
Arjen Hiemstra 2015-05-18 15:03:42 +02:00
parent 70f5dede95
commit ae71c309ac
10 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Copyright (c) 2015 Ultimaker B.V.
# 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()