From: Tony Mack Date: Tue, 8 Jan 2008 20:53:04 +0000 (+0000) Subject: add 'status' attribute to help facilitate importing X-Git-Tag: 2008-02-11-last-vmware-support~176 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7644f7734641a0b0e3095dd312484ae4cb13a11d;p=tests.git add 'status' attribute to help facilitate importing --- diff --git a/qaapi/qa/Test.py b/qaapi/qa/Test.py index 9a80345..b1b8125 100644 --- a/qaapi/qa/Test.py +++ b/qaapi/qa/Test.py @@ -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): """