add 'status' attribute to help facilitate importing
authorTony Mack <tmack@cs.princeton.edu>
Tue, 8 Jan 2008 20:53:04 +0000 (20:53 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 8 Jan 2008 20:53:04 +0000 (20:53 +0000)
qaapi/qa/Test.py

index 9a80345..b1b8125 100644 (file)
@@ -1,8 +1,7 @@
-import utils
 import sys, os
 from types import *
-from logger import log
-
+from qa import utils
+from qa.logger import log
 
 class Test:
     """
@@ -14,7 +13,7 @@ class Test:
 
     accepts = []
     returns = bool
-
+    status = "current" 
 
     def call(self, *args):
        """