##// END OF EJS Templates
Several fixes to autoreload extension for new API....
Several fixes to autoreload extension for new API. I'm still seeing one failure, but this code is quite tricky to test, so this is still in-progress.

File last commit:

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