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
@@ -21,7 +21,7 @@ from time import time
from PyQt5.QtGui import QIcon, QPixmap, QColor
from nw.enum import nwItemType, nwItemClass, nwItemLayout, nwItemAction
from nw.enum import nwItemType, nwItemClass, nwItemLayout
from nw.project.item import NWItem
logger = logging.getLogger(__name__)