powrap/powrap/__init__.py

9 lines
269 B
Python

"""Script to fix indentation of given ``.po`` files. If ``--modified`` is
given, it will only fix modified files according to git (usefull if
your ``.po`` files are versionned).
"""
__author__ = """Julien Palard"""
__email__ = "julien@palard.fr"
__version__ = "0.3.3"