From 821c1a76d80c0259e10e66443eb458f14d840b85 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Wed, 6 Aug 2014 01:47:33 -0300 Subject: Found a home for the 'insert base path in python path' hack and fixed some style issues --- service/test/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 service/test/__init__.py (limited to 'service/test/__init__.py') 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']) -- cgit v1.2.3