Commit 7d2b2b90 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d7109b2c
...@@ -72,9 +72,8 @@ def sysnet(ifname, subpath=None): ...@@ -72,9 +72,8 @@ def sysnet(ifname, subpath=None):
path += '/'+subpath path += '/'+subpath
return path return path
def run(*argv): def run(*argv):
print('# %s' % ' '.join(argv)) print(' # %s' % ' '.join(argv))
subprocess.check_call(argv) subprocess.check_call(argv)
def readfile(path): def readfile(path):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment