The index is now built and saved as a json file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user