hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 24 Jan 2020 20:24:29 -0800
branchstable
changeset 44144 2251b6cde170
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
wix: always normalize version string Before, it was possible to pass in a custom version string which would not be valid in MSI. So we always normalize the version string. While we're here, also print when we normalize the version string, for better visibility. Differential Revision: https://phab.mercurial-scm.org/D8004

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)