view roundup/anypy/__init__.py @ 5015:85484d35f1a2

issue2550811 20% fix: jinja2 template engine now has an example how to use non-ascii unicode contents with a custom filter ('|u').
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 06 Jan 2016 22:36:55 +0100
parents 868db43b302a
children
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        3,
                        )))

Roundup Issue Tracker: http://roundup-tracker.org/