No longer need the nwItemAction enum either

This commit is contained in:
Veronica K. B. Olsen
2019-04-28 13:26:54 +02:00
parent d11a01d6a1
commit 880b8905ee
3 changed files with 2 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ from nw.gui.statusbar import GuiMainStatus
from nw.project.project import NWProject
from nw.project.document import NWDoc
from nw.project.item import NWItem
from nw.enum import nwItemType, nwItemAction
from nw.enum import nwItemType
logger = logging.getLogger(__name__)