##// END OF EJS Templates
template: change extras to use showlist rather than manual templ call....
template: change extras to use showlist rather than manual templ call. This enables start_extras and end_extras in template maps.

File last commit:

r14971:0b21ae0a default
r20017:519120a9 default
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass