wireless-net/trunk/sbin/gen-wlan-files.py
arekm
cvs at pld-linux.org
Wed Mar 22 21:33:59 CET 2006
Author: arekm
Date: Wed Mar 22 21:33:57 2006
New Revision: 7283
Modified:
wireless-net/trunk/sbin/gen-wlan-files.py
Log:
Indent fix.
Modified: wireless-net/trunk/sbin/gen-wlan-files.py
==============================================================================
--- wireless-net/trunk/sbin/gen-wlan-files.py (original)
+++ wireless-net/trunk/sbin/gen-wlan-files.py Wed Mar 22 21:33:57 2006
@@ -22,9 +22,9 @@
return True
def run(cmd, failcheck=True):
- ret = os.system(cmd)
- if failcheck and ret != 0:
- print "WARNING: Command [%s] failed!" % (cmd)
+ ret = os.system(cmd)
+ if failcheck and ret != 0:
+ print "WARNING: Command [%s] failed!" % (cmd)
return ret
is_p2p = run("iptables -m p2p --help > /dev/null 2>&1", False)
More information about the pld-cvs-commit
mailing list