This commit is contained in:
blitzmann
2017-11-23 22:43:41 -05:00
parent d23398ce29
commit 46b0aded03
4 changed files with 5 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ class ItemParams(wx.Panel):
self.imageList = wx.ImageList(16, 16)
self.paramList.SetImageList(self.imageList, wx.IMAGE_LIST_SMALL)
names = list(self.attrValues.iterkeys())
names = list(self.attrValues.keys())
names.sort()
idNameMap = {}