##// END OF EJS Templates
Merge pull request #2362 from hmeine/master...
Merge pull request #2362 from hmeine/master Clean up ProgressBar class in example notebook

File last commit:

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