~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Martin Albisetti
  • Date: 2009-08-20 13:30:37 UTC
  • Revision ID: martin.albisetti@canonical.com-20090820133037-wx1u9ykqzfb6dufp
Tags: loggerhead-1.17
ReleaseĀ 1.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
starts a web server to browse the contents of a branch.
31
31
"""
32
32
 
33
 
version_info = (1, 11, 0)
 
33
version_info = (1, 17, 0)
34
34
 
35
35
if __name__ == 'bzrlib.plugins.loggerhead':
36
36
    import bzrlib