Let the shared class handle project open/save/close and recreating the project instance

This commit is contained in:
Veronica Berglyd Olsen
2023-08-13 20:16:37 +02:00
parent 8154293d92
commit 150f6603cd
10 changed files with 79 additions and 86 deletions
-1
View File
@@ -168,7 +168,6 @@ def buildTestProject(obj, projPath):
nwGUI = obj
project = obj.project
project.clearProject()
project.storage.openProjectInPlace(projPath)
project.setDefaultStatusImport()