mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Fixed inheritence bug
This commit is contained in:
parent
4e034fbbd0
commit
ec6cb3ffdc
@ -2,7 +2,7 @@ from Cura.Application import Application
|
|||||||
|
|
||||||
class PrinterApplication(Application):
|
class PrinterApplication(Application):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Application, self).__init__()
|
super(PrinterApplication, self).__init__()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
print("Shoopdawoop")
|
print("Shoopdawoop")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user