hgext/__init__.py
author Sean Farley <sean@farley.io>
Sat, 16 Apr 2016 13:01:47 -0700
branchstable
changeset 28994 8797f03db5b6
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
builddeb: add flag for a source-only deb This is required for building a ppa for ubuntu which following patches will use.

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