~ubuntu-branches/ubuntu/quantal/wicd/quantal

1.1.4 by David Paleino
Import upstream version 1.6.1
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
1.1.6 by David Paleino
Import upstream version 1.7.0~b3
7
version_info = {'branch_nick': u'experimental',
1.3.1 by David Paleino
Import upstream version 1.7.0
8
 'build_date': '2010-01-14 18:49:24 -1000',
1.1.4 by David Paleino
Import upstream version 1.6.1
9
 'clean': None,
1.3.1 by David Paleino
Import upstream version 1.7.0
10
 'date': '2010-01-14 18:47:12 -1000',
11
 'revision_id': 'compwiz18@gmail.com-20100115044712-lhfble7l5wli4mua',
12
 'revno': 552}
1.1.4 by David Paleino
Import upstream version 1.6.1
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