From 7644f7734641a0b0e3095dd312484ae4cb13a11d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 8 Jan 2008 20:53:04 +0000 Subject: [PATCH] add 'status' attribute to help facilitate importing --- qaapi/qa/Test.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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): """ -- 2.45.2