X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;fp=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;h=515b083ea0d94eb6fa3ebf13b5048044e6eb4851;hb=431a6bf78c6232a44b178e2092451e733a71bba3;hp=8638ce9cc00c19726a5efcd10cd17e4f499bcbbe;hpb=07fcf3cbd55e243bed442271a7557178a92559bf;p=sfa.git diff --git a/sfa/server/modpython/SfaAggregateModPython.py b/sfa/server/modpython/SfaAggregateModPython.py index 8638ce9c..515b083e 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.plcsfaapi import PlcSfaApi from sfa.util.sfalogging import logger +from sfa.plc.server import SfaApi -api = PlcSfaApi(interface='aggregate') +api = SfaApi(interface='aggregate') def handler(req): try: