diff tests/__init__.py @ 316:c3c647aff97c

Merge with danchr's changes.
author Augie Fackler <durin42@gmail.com>
date Sun, 03 May 2009 21:44:53 -0500
parents f423a8780832
children 5dc8fee7fc96
line wrap: on
line diff
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,3 +1,5 @@
 import sys
 import os
 sys.path.append(os.path.dirname(os.path.dirname(__file__)))
+
+from run import *