diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 49fd6f67..d3c9cc77 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -2,7 +2,7 @@ from Components.config import config, ConfigYesNo, ConfigIP, NoSave, ConfigSubse import os from socket import * -print "[WLAN] imported modified Network.py" + class Network: def __init__(self, iface = "eth0"): self.iface = iface |
