Another classic class conversion

This commit is contained in:
Ebag333
2017-02-09 01:02:55 -08:00
parent 579a13da44
commit 0f00b7237a
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class Display(wx.ListCtrl):
i += 1
info = wx.ListItem()
# noinspection PyPropertyAccess
info.m_mask = wx.LIST_MASK_WIDTH
self.InsertColumnInfo(i, info)
self.SetColumnWidth(i, 0)

View File

@@ -51,7 +51,7 @@ class TimeoutError(StandardError):
pass
class Network:
class Network(object):
# Request constants - every request must supply this, as it is checked if
# enabled or not via settings
ENABLED = 1