~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: Michael Hudson
  • Date: 2009-02-10 21:56:58 UTC
  • mfrom: (268 trunk)
  • mto: This revision was merged to the branch mainline in revision 269.
  • Revision ID: michael.hudson@canonical.com-20090210215658-ethr146wj4795gnq
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright (C) 2008, 2009 Canonical Ltd.
3
 
#
4
1
# This program is free software; you can redistribute it and/or modify
5
2
# it under the terms of the GNU General Public License as published by
6
3
# the Free Software Foundation; either version 2 of the License, or
22
19
 
23
20
import pkg_resources
24
21
 
25
 
__version__ = '1.18.1'  # Keep in sync with ../info.py.
26
 
required_bzrlib = (1, 17)
 
22
__version__ = '1.10'
 
23
required_bzrlib = (1, 6)
27
24
 
28
25
pkg_resources.get_distribution('Paste>=1.6')
29
26
try: