##// END OF EJS Templates
encoding: use hint markup for "please check your locale settings"...
encoding: use hint markup for "please check your locale settings" This will also make test-encoding.t pass on windows. The test would hit some other code path that already used hint markup.

File last commit:

r14971:0b21ae0a default
r15769:afdf4f5b 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