ipset.py: no more /usr/scripts/gestion
This commit is contained in:
parent
d4f67daea0
commit
50415d4a90
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
sys.path.append('/usr/scripts/gestion')
|
if '/usr/scripts' not in sys.path:
|
||||||
|
sys.path.append('/usr/scripts')
|
||||||
|
|
||||||
import commands
|
import commands
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue