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
import zipfile
import string
sys.path.append('.')
sys.path.append('gnurabbit/python/')
sys.path.append('common/')
from ConfigParser import ConfigParser, NoOptionError
from optparse import OptionParser
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