view roundup/anypy/__init__.py @ 6146:01e9634b81a4

fixed string encoding of SSHA encoded passwords in Python 3
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 12 Apr 2020 21:02:57 +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/