mirror of https://github.com/n1nj4sec/pupy.git
Fix library patches
This commit is contained in:
parent
c7cdbc5319
commit
fcb6433246
|
@ -5,7 +5,7 @@ ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
|||
|
||||
print "ROOT: ", ROOT
|
||||
|
||||
PATCHES = os.path.join(ROOT, 'library_patches')
|
||||
PATCHES = os.path.join(ROOT, 'client', 'library_patches')
|
||||
|
||||
sys.path.insert(0, PATCHES)
|
||||
sys.path.append(os.path.join(ROOT, 'pupy'))
|
||||
|
|
Loading…
Reference in New Issue