The index is now built and saved as a json file

This commit is contained in:
Veronica K. B. Olsen
2019-05-28 19:44:14 +02:00
parent e828d9f041
commit 8d871c0252
7 changed files with 61 additions and 28 deletions
-5
View File
@@ -21,7 +21,6 @@ from time import time
from nw.project.item import NWItem
from nw.project.status import NWStatus
from nw.project.index import NWIndex
from nw.enum import nwItemType, nwItemClass, nwItemLayout, nwAlert
from nw.common import checkString, checkBool, checkInt
from nw.constants import nwFiles
@@ -65,9 +64,6 @@ class NWProject():
self.lastWCount = 0
self.currWCount = 0
# Index
self.theIndex = None
# Set Defaults
self.clearProject()
@@ -169,7 +165,6 @@ class NWProject():
self.lastViewed = None
self.lastWCount = 0
self.currWCount = 0
self.theIndex = NWIndex(self, self.theParent)
return