1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-26 16:32:34 +01:00

Fixed the dhcp_object error.

This commit is contained in:
Adam Blackburn
2009-02-19 22:22:12 -06:00
parent 562b8605cd
commit 4fc52511ba

View File

@@ -182,6 +182,7 @@ class BaseInterface(object):
self.DHCP_CLIENT = None
self.flush_tool = None
self.link_detect = None
self.dhcp_object = None
def SetDebugMode(self, value):
""" If True, verbose output is enabled. """