From: Mohamed Larabi <mohamed.larabi@inria.fr> Date: Wed, 3 Jul 2013 13:28:00 +0000 (+0200) Subject: Oups... typo X-Git-Tag: sfa-2.1-27~57^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5616297d4f0cd879dd931562da2b011a70e0645c;p=sfa.git Oups... typo --- diff --git a/sfa/managers/aggregate_manager.py b/sfa/managers/aggregate_manager.py index c23ee951..97b748ef 100644 --- a/sfa/managers/aggregate_manager.py +++ b/sfa/managers/aggregate_manager.py @@ -11,7 +11,7 @@ class AggregateManager: # essentially a union of the core version, the generic version (this code) and # whatever the driver needs to expose def GetVersion(self, api, options): - xrn=Xrn(api.hrn, , type='authority+am') + xrn=Xrn(api.hrn, type='authority+am') version = version_core() geni_api_versions = ApiVersions().get_versions() geni_api_versions['2'] = 'http://%s:%s' % (api.config.SFA_AGGREGATE_HOST, api.config.SFA_AGGREGATE_PORT)