cleaned up globals - except in the foreign plugins for eucalyptus and MAX
[sfa.git] / sfa / server / modpythonapi / test.py
index d3fafed..941cb05 100755 (executable)
@@ -1,10 +1,10 @@
 import sys
 import traceback
 
-from BaseClient import BaseClient, EnableVerboseExceptions
+from BaseClient import BaseClient
 from AuthenticatedClient import AuthenticatedClient
 
-EnableVerboseExceptions(True)
+BaseClient.EnableVerboseExceptions(True)
 
 HOST = "localhost"
 URL = "http://" + HOST + "/TESTAPI/"