##// END OF EJS Templates
gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIG
gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIG

File last commit:

r14971:0b21ae0a default
r19444:f9e04a4e 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