##// END OF EJS Templates
don't raise 404 in get_absolute_path...
don't raise 404 in get_absolute_path raise in validate_absolute_path, where it belongs

File last commit:

r13347:54891794
r13897:d26f93be
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *