mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 08:55:54 +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 = PrinterApplication.getInstance()
|
||||||
app.run()
|
app.run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user