mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:15:59 +08:00
Load the right file for PrinterApplication
This commit is contained in:
parent
70d714def5
commit
7318e3f1a6
@ -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…
x
Reference in New Issue
Block a user