/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/templatefunctions.py

  • Committer: Michael Hudson
  • Date: 2009-08-04 04:51:44 UTC
  • Revision ID: michael.hudson@canonical.com-20090804045144-o81w2bjdajr50a79
the only place setuptools was imported was to report its version, which is silly! (bug #402758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
 
187
187
        # TODO: On old Python versions, elementtree may be used.
188
188
 
189
 
        import setuptools
190
 
        versions.append(('setuptools', setuptools.__version__))
191
 
 
192
189
        try:
193
190
            import simplejson
194
191
        except ImportError: