X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2FSfaAggregateModPython.py;h=e1ab86dc73bf17d593f6f42448e6cf838238f989;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hp=892cf46b96be43af2e85224730f55ceadabe732f;hpb=28042436af37a6700822081a99989ad6061dd9f5;p=sfa.git diff --git a/sfa/server/SfaAggregateModPython.py b/sfa/server/SfaAggregateModPython.py index 892cf46b..e1ab86dc 100755 --- a/sfa/server/SfaAggregateModPython.py +++ b/sfa/server/SfaAggregateModPython.py @@ -12,9 +12,10 @@ import traceback import xmlrpclib from mod_python import apache -from sfa.plc.api import GeniAPI +from sfa.plc.api import SfaAPI +from sfa.util.debug import log -api = GeniAPI(interface='aggregate') +api = SfaAPI(interface='aggregate') class unbuffered: """