##// END OF EJS Templates
py3: add inline comment about encoding issue of str(Abort())
py3: add inline comment about encoding issue of str(Abort())

File last commit:

r43346:2372284d default
r44121:ca3dca41 5.2 stable
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__)