Dpendances inutiles.
darcs-hash:20060401015834-68412-8f67ba3768aa433846ff4e398f5458f5c71e1bb8.gz
This commit is contained in:
parent
b070991164
commit
2e151c9200
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ sys.path.append('/usr/scripts/gestion')
|
||||||
import iptools
|
import iptools
|
||||||
from pyPgSQL import PgSQL
|
from pyPgSQL import PgSQL
|
||||||
import re
|
import re
|
||||||
from time import gmtime,strftime
|
|
||||||
sys.path.append('/usr/script/surveillance')
|
sys.path.append('/usr/script/surveillance')
|
||||||
import strptime
|
import strptime
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ import sys
|
||||||
sys.path.append('/usr/scripts/gestion')
|
sys.path.append('/usr/scripts/gestion')
|
||||||
import iptools
|
import iptools
|
||||||
from pyPgSQL import PgSQL
|
from pyPgSQL import PgSQL
|
||||||
from time import gmtime,strftime,localtime
|
from time import strftime, localtime
|
||||||
sys.path.append('/usr/scripts/surveillance')
|
sys.path.append('/usr/scripts/surveillance')
|
||||||
import strptime, config
|
import strptime, config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue