##// END OF EJS Templates
test: remove dead code in the bookrace extension...
test: remove dead code in the bookrace extension This code is the remain of a previous version of the code. It is never ran, so we can remove it.

File last commit:

r28450:155e3308 default
r42706:cd73e51a 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__)