ipset.py: no more /usr/scripts/gestion

This commit is contained in:
Daniel STAN 2015-10-01 22:05:37 +02:00
parent d4f67daea0
commit 50415d4a90

View file

@ -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