git://git.onelab.eu
/
nodemanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c736fc4
)
no change - reorder imports
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 13 May 2014 08:10:10 +0000
(10:10 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 13 May 2014 08:10:10 +0000
(10:10 +0200)
plugins/vsys.py
patch
|
blob
|
history
diff --git
a/plugins/vsys.py
b/plugins/vsys.py
index
96582a7
..
9dcb865
100644
(file)
--- a/
plugins/vsys.py
+++ b/
plugins/vsys.py
@@
-1,7
+1,8
@@
"""vsys configurator. Maintains ACLs and script pipes inside vservers based on slice attributes."""
-import logger
import os
+
+import logger
import tools
VSYSCONF="/etc/vsys.conf"