Force absolute imports, division and print function across all modules.
With the absolute imports, this fixes an issue with pudb/shell.py where it was confusing importing the IPython package with the pudb.ipython module, as detailed in the [github case here](https://github.com/inducer/pudb/issues/194).
Loading
Please sign in to comment