/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: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2022-08-09 23:13:22 UTC
  • mfrom: (527.1.1 chameleon)
  • Revision ID: otto-copilot@canonical.com-20220809231322-5wpfpa3z07eab0b8
Port from SimpleTAL to Chameleon.

Merged from https://code.launchpad.net/~cjwatson/loggerhead/chameleon/+merge/428043

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
        else:
181
181
            versions.append(('PasteDeploy', PasteDeploy.version))
182
182
 
183
 
        import simpletal
184
 
        versions.append(('SimpleTAL', simpletal.__version__))
 
183
        Chameleon = pkg_resources.get_distribution('Chameleon')
 
184
        versions.append(('Chameleon', Chameleon.version))
185
185
 
186
186
        try:
187
187
            import pygments