Skip to content

Commit

Permalink
Merge pull request #135 from manuelnaranjo/master
Browse files Browse the repository at this point in the history
[ipython] Fix IPython miss match version
  • Loading branch information
inducer committed Apr 27, 2015
2 parents 4207fb5 + 354b8ea commit 27111c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/shell.py
@@ -1,6 +1,6 @@
try:
import IPython
except ImportError:
except (ImportError, ValueError):
HAVE_IPYTHON = False
else:
HAVE_IPYTHON = True
Expand Down

0 comments on commit 27111c3

Please sign in to comment.