Fix library patches

This commit is contained in:
Oleksii Shevchuk 2018-03-02 20:18:24 +02:00
parent c7cdbc5319
commit fcb6433246
1 changed files with 1 additions and 1 deletions

View File

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