view hgext3rd/__init__.py @ 33543:3ef3bf704e47

commandserver: do not handle EINTR for selector.select selectors2 library handles EINTR transparently so we don't need to handle select.error ourselves.
author Jun Wu <quark@fb.com>
date Sun, 16 Jul 2017 11:17:00 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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