Commit 64a0e0c4 authored by Matthieu Cattin's avatar Matthieu Cattin

pts: Add common libraries and modules location to system path

parent f765433c
...@@ -18,6 +18,10 @@ import warnings ...@@ -18,6 +18,10 @@ import warnings
import zipfile import zipfile
import string import string
sys.path.append('.')
sys.path.append('gnurabbit/python/')
sys.path.append('common/')
from ConfigParser import ConfigParser, NoOptionError from ConfigParser import ConfigParser, NoOptionError
from optparse import OptionParser from optparse import OptionParser
from sha import sha as sha160 from sha import sha as sha160
......
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