remove deprecated package warnings in IPython 4 #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Running ipydb in IPython 4 you get warnings like when loading ipydb:
this when running ipdb queries:
This pull request (try/except import hax :/) removes those warnings in IPython 4 due to deprecated packages whilst falling back to the IPython 3 imports. If you want to support IPython 4 as the minumum, you can just use the new imports (and forget the
except
imports). If the warning messages don't bother you, ignore this pull request :).