Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
05509f78
Commit
05509f78
authored
Aug 15, 2015
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix warning in newer IPython versions
parent
3cf41e14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Cython/Build/IpythonMagic.py
Cython/Build/IpythonMagic.py
+5
-1
No files found.
Cython/Build/IpythonMagic.py
View file @
05509f78
...
@@ -70,7 +70,11 @@ from IPython.core import display
...
@@ -70,7 +70,11 @@ from IPython.core import display
from
IPython.core
import
magic_arguments
from
IPython.core
import
magic_arguments
from
IPython.core.magic
import
Magics
,
magics_class
,
cell_magic
from
IPython.core.magic
import
Magics
,
magics_class
,
cell_magic
from
IPython.utils
import
py3compat
from
IPython.utils
import
py3compat
from
IPython.utils.path
import
get_ipython_cache_dir
try
:
from
IPython.paths
import
get_ipython_cache_dir
except
ImportError
:
# older IPython version
from
IPython.utils.path
import
get_ipython_cache_dir
from
IPython.utils.text
import
dedent
from
IPython.utils.text
import
dedent
from
..Shadow
import
__version__
as
cython_version
from
..Shadow
import
__version__
as
cython_version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment