Rename cura.py to cura_app.py to prevent conflicts with "cura" directory

Contributes to Ultimaker/Uranium#41
This commit is contained in:
Arjen Hiemstra 2015-05-21 15:12:05 +02:00
parent 8d6f72f409
commit 96e0faf937
3 changed files with 3 additions and 3 deletions

View file

@ -1,9 +0,0 @@
#!/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()