X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fmodpython%2FSfaAggregateModPython.py;h=8c97d19446660b68ed600a038243c14f4d71161f;hb=913cfe2385160a1b2e5ddfa64b00b3fa61fa792c;hp=deaf89f979ae9a3999e31b3ab9f5d9ad7ff12042;hpb=db091e73c33c373b7f6c2c96bd2caf6a2acf0178;p=sfa.git diff --git a/sfa/server/modpython/SfaAggregateModPython.py b/sfa/server/modpython/SfaAggregateModPython.py index deaf89f9..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 SfaAPI from sfa.util.sfalogging import logger +from sfa.plc.server import SfaApi -api = SfaAPI(interface='aggregate') +api = SfaApi(interface='aggregate') def handler(req): try: