Mercurial > hgrepos > Python > apps > py-cutils
view cutils/__init__.py @ 72:ae2df602beb4
Make shasum.py and dos2unix sub-modules to the new "cutils" package
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 26 Feb 2022 19:20:20 +0100 |
| parents | _cutils.py@44172581bfb8 |
| children | c3268f4e752f |
line wrap: on
line source
r""" :Author: Franz Glasner :Copyright: (c) 2020-2022 Franz Glasner. All rights reserved. :License: BSD 3-Clause "New" or "Revised" License. See :ref:`LICENSE <license>` for details. If you cannot find LICENSE see <https://opensource.org/licenses/BSD-3-Clause> :ID: @(#) $HGid$ """ __version__ = "0.3.3" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|" __all__ = ["__version__"]
