Improved processing status notification for import and export

This commit is contained in:
jeffy-g
2017-04-03 01:34:07 +09:00
parent 216dac068d
commit c560d17bdd
5 changed files with 490 additions and 256 deletions

View File

@@ -71,6 +71,11 @@ class Ship(ItemAttrShortcut, HandledItem):
def item(self):
return self.__item
@property
def name(self):
# NOTE: add name property
return self.__item.name
@property
def itemModifiedAttributes(self):
return self.__itemModifiedAttributes