##// END OF EJS Templates
don't pass Exceptions directly to utils.warn.foo...
don't pass Exceptions directly to utils.warn.foo Since we can have Exceptions with unicode messages, '%s' % e will fail if e's message is non-ascii. Make sure that str(e) will succeed, else pass e.message directly.

File last commit:

r3408:261328d5
r4855:fc848616
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *