split out path adjustments into __init__

This commit is contained in:
mutantmonkey
2012-06-01 00:13:57 -07:00
parent 34f3f8a9c4
commit f820c6dcb3
12 changed files with 14 additions and 42 deletions

View File

@@ -0,0 +1,3 @@
# add current working directory to path
import sys
sys.path.append('.')