##// END OF EJS Templates
tests: use inline Python instead of sed to add trailing whitespace...
tests: use inline Python instead of sed to add trailing whitespace The sed invocation was failing on OS X and FreeBSD. I'm far too lazy to diagnose that, so just use some inline Python to fix the build.

File last commit:

r28450:155e3308 default
r38775:8623a6c9 stable
Show More
__init__.py
3 lines | 105 B | text/x-python | PythonLexer
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)