Use the PrintApplication's getInstance method to instantiate the printer application

This commit is contained in:
Arjen Hiemstra 2014-12-09 11:52:49 +01:00
parent 4572c7a9b7
commit 6019a0f215

View file

@ -2,5 +2,5 @@
from PrinterApplication import PrinterApplication
app = PrinterApplication()
app.run()
app = PrinterApplication.getInstance()
app.run()