hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Sat, 27 Aug 2016 20:37:15 +0800
changeset 1728 f4b2617051ad
parent 1619 5ef77a1d975c
permissions -rw-r--r--
docs: spelling fixes Squashed into 1 commit because I'm lazy: - non-existant -> nonexistent - accros -> across - comptatibility -> compatibility - requieres -> requires - aliast -> alias - unexistent -> nonexistent - convertion -> conversion - nto -> not

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