Skip to content

Commit

Permalink
Absolute import Python2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
j-towns committed Jul 26, 2016
1 parent afec8c3 commit 448eea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iprofiler/iprofiler.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import absolute_import

from IPython.utils import openpy
from IPython.utils import ulinecache
from IPython.core.magic import (Magics, magics_class, line_cell_magic)
Expand Down

0 comments on commit 448eea2

Please sign in to comment.