CC-2016: Rearrange python scripts for reusability

-Added api_client to PYTHONPATH env variable
This commit is contained in:
martin 2011-03-24 00:35:01 -04:00
parent 5c8719d90c
commit 079878e5f0
4 changed files with 9 additions and 4 deletions

View file

@ -94,6 +94,7 @@ try:
sys.exit(1)
copy_dir("%s/.."%current_script_dir, BASE_PATH+"bin/")
copy_dir("%s/../../api_clients"%current_script_dir, BASE_PATH+"api_clients/")
print "Setting permissions"
os.system("chmod -R 755 "+BASE_PATH)