X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;h=8c97d19446660b68ed600a038243c14f4d71161f;hb=913cfe2385160a1b2e5ddfa64b00b3fa61fa792c;hp=ee4dc1f922620323d01e1eb184f3ac6602f8eac6;hpb=ee8a376da1107884bee1ea29248a70e4da8410c9;p=sfa.git diff --git a/sfa/server/modpython/SfaAggregateModPython.py b/sfa/server/modpython/SfaAggregateModPython.py index ee4dc1f9..8c97d194 100755 --- a/sfa/server/modpython/SfaAggregateModPython.py +++ b/sfa/server/modpython/SfaAggregateModPython.py @@ -9,13 +9,12 @@ import sys import traceback -import xmlrpclib from mod_python import apache -from sfa.plc.api 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: