##// END OF EJS Templates
Also unbundle pexpect...
Also unbundle pexpect Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>

File last commit:

r3408:261328d5
r3410:21647ae3
Show More
__init__.py
4 lines | 76 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from pretty import *
except ImportError:
from _pretty import *