~snaggen/loggerhead/project_view_and_user_branches

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: Martin Albisetti
  • Date: 2008-07-29 22:00:33 UTC
  • mto: This revision was merged to the branch mainline in revision 188.
  • Revision ID: argentina@gmail.com-20080729220033-19d1u1rdn38hvo6w
Make sure you have all required dependencies before installing

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
"""Just a simple container to turn this into a python package."""
16
16
__version__ = '1.6'
 
17
required_bzrlib = (1, 6)