X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;fp=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;h=ee4dc1f922620323d01e1eb184f3ac6602f8eac6;hb=ee8a376da1107884bee1ea29248a70e4da8410c9;hp=deaf89f979ae9a3999e31b3ab9f5d9ad7ff12042;hpb=cf2a552a8c4a8fe17e2e424634520700860d4710;p=sfa.git diff --git a/sfa/server/modpython/SfaAggregateModPython.py b/sfa/server/modpython/SfaAggregateModPython.py index deaf89f9..ee4dc1f9 100755 --- a/sfa/server/modpython/SfaAggregateModPython.py +++ b/sfa/server/modpython/SfaAggregateModPython.py @@ -12,10 +12,10 @@ import traceback import xmlrpclib from mod_python import apache -from sfa.plc.api import SfaAPI +from sfa.plc.api import PlcSfaApi from sfa.util.sfalogging import logger -api = SfaAPI(interface='aggregate') +api = PlcSfaApi(interface='aggregate') def handler(req): try: