hgext/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sat, 01 Apr 2017 02:32:49 +0900
changeset 31739 4e446d31a744
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
largefiles: remove unused readstandin() Now, there is no client of readstandin().

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