from now on the 'options' arg is mandatory as far as the server-side is concerned
[sfa.git] / sfa / util / version.py.in
index c1df450..46b31d3 100644 (file)
@@ -7,7 +7,6 @@ def version_core (more={}):
     core = { 'code_tag' : version_tag,
              'code_url' : scm_url,
              'hostname' : socket.gethostname(),
-             'options_support' : True,
              }
     core.update(more)
     return core