hgext/__init__.py
author timeless <timeless@mozdev.org>
Thu, 14 Apr 2016 15:19:57 +0000
changeset 28963 fc1d75e7a98d
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
graft: use single quotes around command hint Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.

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