initial checkin
[sfa.git] / sfa / util / version.py.in
index 37a1ab0..3749023 100644 (file)
@@ -3,7 +3,7 @@ version_tag="@VERSIONTAG@"
 scm_url="@SCMURL@"
 import socket
 
-def version_core (more):
+def version_core (more={}):
     core = { 'geni_api':1,
              'sfa' : 1,
              'code_tag' : version_tag,