hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 03 Nov 2020 11:24:21 +0900
branchstable
changeset 45771 81da6feb5000
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
chg: reset errno prior to calling strtol() Otherwise we can't figure out if the last strtol() invocation failed or not.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)