X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;h=515b083ea0d94eb6fa3ebf13b5048044e6eb4851;hb=e98b602a586412b828057bcebf2b6073697720a5;hp=8638ce9cc00c19726a5efcd10cd17e4f499bcbbe;hpb=e39e728991b762ae0b52b52b06655f0c7f1b7421;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: