~mwhudson/loggerhead/directory-listing-improvements

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: Michael Hudson
  • Date: 2008-07-31 04:49:48 UTC
  • mfrom: (181.1.9 fix_setup)
  • Revision ID: michael.hudson@canonical.com-20080731044948-pws1h45ntwj2sfj1
merge Martin A. fixes for setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
14
14
 
15
15
"""Just a simple container to turn this into a python package."""
 
16
__version__ = '1.6'
 
17
required_bzrlib = (1, 6)