changes to work with latest rspec versions, try create at aggregates for protogeni...
[sface.git] / sface / version.py.in
1 ### updated by the toplevel Makefile
2 version_tag="@VERSIONTAG@"
3 scm_url="@SCMURL@"
4 import socket
5
6 def version_dict ():
7     return { 'code_tag' : version_tag,
8              'code_url' : scm_url,
9              }