mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Load the right file for PrinterApplication
This commit is contained in:
parent
70d714def5
commit
7318e3f1a6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from PrinterApplication import PrinterApplication
|
||||
from src.PrinterApplication import PrinterApplication
|
||||
|
||||
app = PrinterApplication.getInstance()
|
||||
app.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue