##// END OF EJS Templates
Backport PR #2061: use explicit tuple in exception...
Backport PR #2061: use explicit tuple in exception fixes #2056 Do we want to try enforcing [pep 3110](http://www.python.org/dev/peps/pep-3110/) and use `as` in every exceptions that uses `,` ?

File last commit:

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