From 649a69cb87af38f4bf1848085d49d1193f6e01ab Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 11 Dec 2009 23:39:45 +0100 Subject: clean ups --- test/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py index 4f1c736a..500d3383 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -3,3 +3,6 @@ import os, sys __all__ = [ x[0:x.index('.')] \ for x in os.listdir(os.path.dirname(__file__)) \ if x.startswith('tc_') ] + +def init(): + sys.path.append(os.path.abspath(os.path.join(sys.path[0], '..'))) -- cgit 1.4.1-2-gfad0