~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

Merge my old pep8 branch

Show diffs side-by-side

added added

removed removed

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