Moved item status recrod keeping into a separate iterable class
This commit is contained in:
@@ -76,3 +76,12 @@ class nwAlert(Enum):
|
||||
BUG = 3
|
||||
|
||||
# END Enum nwAlert
|
||||
|
||||
class nwChanged(Enum):
|
||||
|
||||
NONE = 0
|
||||
DELETE = 1
|
||||
NEW = 2
|
||||
IGNORE = 3
|
||||
|
||||
# END Enum nwAlert
|
||||
|
||||
Reference in New Issue
Block a user