hgext3rd/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Thu, 09 Apr 2020 19:50:03 +0200
changeset 5317 baa0b481eec5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems ls on 2BSD derived systems historically defaults to -A for root, so use it unconditionally for consistent results.

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