Skip to content

Commit

Permalink
Also unbundle pexpect
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
  • Loading branch information
tomspur committed Mar 13, 2011
1 parent 994a729 commit 21647ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IPython/external/pexpect/__init__.py
@@ -0,0 +1,5 @@
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *
File renamed without changes.

0 comments on commit 21647ae

Please sign in to comment.