aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Network.py')
-rw-r--r--lib/python/Components/Network.py2
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