Another classic class conversion
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user