##// END OF EJS Templates
heptapod-ci: use the new `--rust/--no-rust` flag to run the tests
heptapod-ci: use the new `--rust/--no-rust` flag to run the tests

File last commit:

r43346:2372284d default
r44974:b3991b72 default
Show More
__init__.py
5 lines | 158 B | text/x-python | PythonLexer
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)