Skip to content
Snippets Groups Projects
Commit e41f1ebd authored by Nathan Bills's avatar Nathan Bills
Browse files

updating the init for adding the path to pytmdb3. now the path will add...

updating the init for adding the path to pytmdb3. now the path will add correctly whether on dev or live.
parent a592827d
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
__version__ = '0.1'
import sys
import sys, os.path
if os.path.exists('/var/www/pytmdb'):
sys.path.append('var/www/pytmdb3/')
elif os.path.exists('../pytmdb3'):
sys.path.append('../pytmdb3/')
sys.path.append('/usr/local/lib/python2.7/dist-packages/')
sys.path.append('/usr/lib/python2.7/dist-packages/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment