##// END OF EJS Templates
use a bytes regex to check for libedit...
use a bytes regex to check for libedit this eases the work of 2to3, which doesn't catch that `out` is bytes. Also use warnings.warn for 'Failed GetOutputFile' message instead of print.

File last commit:

r3408:261328d5
r3938:ec698f9f
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *