summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_network.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-07-09 02:03:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-07-09 02:03:23 (GMT)
commit8368c4962f33d6d6bce6617487c149fd8927f966 (patch)
tree1c761306498a8e91252d87feea58b793733ce4a0 /abs/core-testing/LinHES-config/mv_network.py
parentb5cfd91270e2d8fe458b020d115cd6720c2aa9dd (diff)
downloadlinhes_pkgbuild-8368c4962f33d6d6bce6617487c149fd8927f966.zip
linhes_pkgbuild-8368c4962f33d6d6bce6617487c149fd8927f966.tar.gz
linhes_pkgbuild-8368c4962f33d6d6bce6617487c149fd8927f966.tar.bz2
linhes-config: removing cruft
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_network.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_network.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/mv_network.py b/abs/core-testing/LinHES-config/mv_network.py
index 526faae..855940f 100755
--- a/abs/core-testing/LinHES-config/mv_network.py
+++ b/abs/core-testing/LinHES-config/mv_network.py
@@ -1,4 +1,4 @@
- # -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
import sys , os, commands , glob, time, re
import logging
import mv_common
@@ -319,8 +319,6 @@ def udev_rules(netdev):
f.write("\n")
f.close()
-
-
def find_active(systemconfig,this_is_install):
interfacelist=('eth0', 'eth1', 'wlan0', 'wlan1', 'ath0')
logging.debug(" _Start of find_active")