mirror of
https://github.com/gryf/wicd.git
synced 2026-03-28 23:13:33 +01:00
Fixed the dhcp_object error.
This commit is contained in:
@@ -182,6 +182,7 @@ class BaseInterface(object):
|
|||||||
self.DHCP_CLIENT = None
|
self.DHCP_CLIENT = None
|
||||||
self.flush_tool = None
|
self.flush_tool = None
|
||||||
self.link_detect = None
|
self.link_detect = None
|
||||||
|
self.dhcp_object = None
|
||||||
|
|
||||||
def SetDebugMode(self, value):
|
def SetDebugMode(self, value):
|
||||||
""" If True, verbose output is enabled. """
|
""" If True, verbose output is enabled. """
|
||||||
|
|||||||
Reference in New Issue
Block a user