swift/swift/__init__.py

6 lines
64 B
Python

import gettext
__version__ = '1.1.0'
gettext.install('swift')