~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/__init__.py

  • Committer: Michael Hudson
  • Date: 2009-03-16 06:23:00 UTC
  • Revision ID: michael.hudson@canonical.com-20090316062300-xzqamcrbksg4url4
fix minor visual issue caused by IE compatibility work

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'
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: