hgext3rd/__init__.py
author David Soria Parra <davidsp@fb.com>
Tue, 20 Dec 2016 20:28:41 -0800
changeset 30638 fd244e047ec0
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: exclude bundled pywatchman from check-code test pywatchman is imported from upstream and therefore fails to pass linting. We have added 'no-check-code' manually to every file in the past. This is cumbersome and modifies upstream sources.

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