hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 13 Jan 2018 13:28:12 +0900
changeset 35621 38649e2fbf6c
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
subrepo: convert EOL of hgrc before writing to bytes IO Follows up f2f0a777b2e2. Text IO is useless on Python 3 as it must be a unicode stream.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)