hgext/__init__.py
branchmercurial-4.0
changeset 2109 90ab79764ce4
parent 1815 ee2d5716ef0a
parent 2108 206066375dcb
child 2110 f1ffd093ef30
child 2260 e200dbfb4515
equal deleted inserted replaced
1815:ee2d5716ef0a 2109:90ab79764ce4
     1 from __future__ import absolute_import
       
     2 import pkgutil
       
     3 __path__ = pkgutil.extend_path(__path__, __name__)
       
     4