Move vendored libraries to vendor directory

This commit is contained in:
janeczku
2016-04-27 17:45:04 +02:00
parent f6cf9ac7f7
commit f7e868044e
567 changed files with 2 additions and 3 deletions

2
cps.py
View File

@@ -4,7 +4,7 @@ import sys
base_path = os.path.dirname(os.path.abspath(__file__))
# Insert local directories into path
sys.path.append(os.path.join(base_path, 'lib'))
sys.path.append(os.path.join(base_path, 'vendor'))
from cps import web
from cps import config