move the invocation of Config() into the __init__ function to delay invoking that...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 8 Feb 2008 20:08:06 +0000 (20:08 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 8 Feb 2008 20:08:06 +0000 (20:08 +0000)
commit27d59f8b5e041445077e913fecbdcda09a7f5d82
tree06acc9ddec0401e4382ca6630f3a938ce08ace78
parent7c9213f961f6fe2a730ca44ad944122d02e6f13d
move the invocation of Config() into the __init__ function to delay invoking that until runtime vs. module import time
qaapi/qa/tests/Test.py