X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fversion.py.in;h=97ae6c40a457759ec31737cd89207d580624ee94;hb=052e281f8c79237b6759cbb259407f071adda1cc;hp=7699aa9d61407907c04213aaa39bb8e8f8cd0cb5;hpb=b68af79064f6d34bbaf21e18dc12eeac293f82f9;p=sfa.git diff --git a/sfa/util/version.py.in b/sfa/util/version.py.in index 7699aa9d..97ae6c40 100644 --- a/sfa/util/version.py.in +++ b/sfa/util/version.py.in @@ -3,12 +3,11 @@ version_tag="@VERSIONTAG@" scm_url="@SCMURL@" import socket -def version_core (more={}): +def version_core (more=None): + if more is None: more={} core = { 'code_tag' : version_tag, 'code_url' : scm_url, 'hostname' : socket.gethostname(), - 'call_id_support' : True, - 'options_support' : True, } core.update(more) return core