diff tests/__init__.py @ 317:5dc8fee7fc96

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