X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpythonapi%2Ftest.py;h=941cb05216e55a2d74428fd671c1c41c022e59ab;hb=ca37ec53ab3e64ad0c87e69e05697fd7f0302539;hp=d3fafed9167783c6c2800f60caea79d3b147e149;hpb=d88ac8f7ae64fd715146773b8f863405ac1466ad;p=sfa.git diff --git a/sfa/server/modpythonapi/test.py b/sfa/server/modpythonapi/test.py index d3fafed9..941cb052 100755 --- a/sfa/server/modpythonapi/test.py +++ b/sfa/server/modpythonapi/test.py @@ -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/"