##// END OF EJS Templates
clean up ProgressBar class in example notebook...
clean up ProgressBar class in example notebook - remove (obviously outdated) ipython special handling - thus, make it work outside ipython (as promised) - add sleep (import was already there) to beautify

File last commit:

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