hgext3rd/__init__.py
author Mads Kiilerich <mads@kiilerich.com>
Sun, 12 Mar 2017 12:17:30 -0700
changeset 31371 7dd2f51f38ac
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
rbc: empty (and invalid) rbc-names file should give an empty name list An empty file (if it somehow should exist) used to give a list with an empty name. That didn't do any harm, but it was "wrong". Fix that.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)