~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to vendor/python-daemon/daemon/version/version_info.py

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
"""This file is automatically generated by generate_version_info
 
3
It uses the current working tree to determine the revision.
 
4
So don't edit it. :)
 
5
"""
 
6
 
 
7
version_info = {'branch_nick': u'python-daemon.devel',
 
8
 'build_date': '2009-05-22 19:50:06 +1000',
 
9
 'clean': None,
 
10
 'date': '2009-05-22 19:47:30 +1000',
 
11
 'revision_id': 'ben+python@benfinney.id.au-20090522094730-p4vsa0reh7ktt4e1',
 
12
 'revno': 145}
 
13
 
 
14
revisions = {}
 
15
 
 
16
file_revisions = {}
 
17
 
 
18
 
 
19
 
 
20
if __name__ == '__main__':
 
21
    print 'revision: %(revno)d' % version_info
 
22
    print 'nick: %(branch_nick)s' % version_info
 
23
    print 'revision id: %(revision_id)s' % version_info