summaryrefslogtreecommitdiff
path: root/service/test/__init__.py
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-06 01:47:33 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-06 01:47:33 -0300
commit821c1a76d80c0259e10e66443eb458f14d840b85 (patch)
tree42d2f2ff8c800a99cff996dff5801027398d03bf /service/test/__init__.py
parentd424cc0d9cf3602641b6285a593e24da2d3e177e (diff)
Found a home for the 'insert base path in python path' hack and fixed some style issues
Diffstat (limited to 'service/test/__init__.py')
-rw-r--r--service/test/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/service/test/__init__.py b/service/test/__init__.py
new file mode 100644
index 00000000..acb5b492
--- /dev/null
+++ b/service/test/__init__.py
@@ -0,0 +1,4 @@
+import sys
+import os
+
+sys.path.insert(0, os.environ['APP_ROOT'])