hgext/__init__.py
author Jun Wu <quark@fb.com>
Fri, 24 Mar 2017 15:05:42 -0700
changeset 31623 a01e1132f6fa
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
statfs: avoid static allocation Previously we have "static struct statfs" to return a string. That is not multiple-thread safe. This patch moves the allocation to the caller to address the problem.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)