diff --git a/tests/nwdummy.py b/tests/nwdummy.py index 313af767..4b5302b7 100644 --- a/tests/nwdummy.py +++ b/tests/nwdummy.py @@ -6,6 +6,7 @@ class DummyMain(): def __init__(self): self.mainConf = None + self.hasProject = True self.statusBar = StatusBar() return