minor updates
authorTony Mack <tmack@cs.princeton.edu>
Tue, 13 May 2008 01:28:15 +0000 (01:28 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 13 May 2008 01:28:15 +0000 (01:28 +0000)
qaapi/qa/tests/Test.py

index 7a6b496..0307ca7 100644 (file)
@@ -31,7 +31,7 @@ class Test:
        return True
 
     def __init__(self, config = None):
-        if config is None: config = Config()
+        if not config: config = Config()
        self.name = self.__class__.__name__
        self.path=os.path.abspath(os.path.dirname(sys.argv[0]))
        self.config = config