~ivan-zderadicka/mybookshelf/trunk

« back to all changes in this revision

Viewing changes to version.py

  • Committer: ivan-zderadicka
  • Date: 2012-07-23 14:23:06 UTC
  • Revision ID: ivan-zderadicka-20120723142306-ocw7jx04p38yd01t
Links to admin site for superusers

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'knihovna',
 
8
 'build_date': '2012-07-23 13:37:36 +0200',
 
9
 'clean': None,
 
10
 'date': '2012-07-21 10:39:02 +0200',
 
11
 'revision_id': 'ivan-zderadicka-20120721083902-jxksmja40hnix904',
 
12
 'revno': '65'}
 
13
 
 
14
revisions = {}
 
15
 
 
16
file_revisions = {}
 
17
 
 
18
 
 
19
if __name__ == '__main__':
 
20
    print 'revision: %(revno)s' % version_info
 
21
    print 'nick: %(branch_nick)s' % version_info
 
22
    print 'revision id: %(revision_id)s' % version_info