gecko-dev/python/futures/concurrent/__init__.py
Ted Mielczarek a116bbbe7d bug 1164816 - Import concurrent.futures into the tree. r=gps
--HG--
extra : commitid : AjJH6cEqLlp
extra : rebase_source : 6a5befe8804e0297fd18af57643ac0061c570c5a
2015-05-12 14:52:06 -04:00

4 lines
76 B
Python

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)