/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/version_info_formats/format_python.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
 
40
40
_py_version_footer = '''
41
 
 
42
41
if __name__ == '__main__':
43
42
    print 'revision: %(revno)d' % version_info
44
43
    print 'nick: %(branch_nick)s' % version_info