##// END OF EJS Templates
logging.Formatter is not new-style in 2.6...
logging.Formatter is not new-style in 2.6 so we can't use super. closes #3968

File last commit:

r3410:21647ae3
r12104:cd02a4ec
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *