aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Network.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index 5c9e06b7..cf21c6d0 100644
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -18,7 +18,6 @@ class Network:
devicesPattern = re_compile('[a-z]+[0-9]+')
self.configuredInterfaces = []
fp = file('/proc/net/dev', 'r')
- system("cat /proc/net/dev")
result = fp.readlines()
fp.close()
for line in result: