summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-22 21:36:29 +0000
committerMatt Wilson <msw@redhat.com>1999-09-22 21:36:29 +0000
commitae61b51212c7e3cfb489d0c36058299db0bbfe36 (patch)
tree91261abfb9e57e4bad7d38978573e856a0d3c868 /todo.py
parent0444ed16b0de3b0c72391293e8c8e7a56afc03a7 (diff)
downloadanaconda-ae61b51212c7e3cfb489d0c36058299db0bbfe36.tar.gz
anaconda-ae61b51212c7e3cfb489d0c36058299db0bbfe36.tar.xz
anaconda-ae61b51212c7e3cfb489d0c36058299db0bbfe36.zip
fix for multiple ethernet devices
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 355fe289f..0bd2aa9c0 100644
--- a/todo.py
+++ b/todo.py
@@ -95,8 +95,6 @@ class Network:
self.readData = 1
def available (self):
- if self.netdevices:
- return self.netdevices
f = open ("/proc/net/dev")
lines = f.readlines()
f.close ()