Show More
@@ -57,7 +57,6 b' from distutils.command.build_ext import build_ext' | |||
|
57 | 57 | from IPython.core import display |
|
58 | 58 | from IPython.core import magic_arguments |
|
59 | 59 | from IPython.core.magic import Magics, magics_class, cell_magic |
|
60 | from IPython.testing.skipdoctest import skip_doctest | |
|
61 | 60 | from IPython.utils import py3compat |
|
62 | 61 | from IPython.utils.path import get_ipython_cache_dir |
|
63 | 62 |
@@ -38,7 +38,6 b' import sys' | |||
|
38 | 38 | import tempfile |
|
39 | 39 | from glob import glob |
|
40 | 40 | from shutil import rmtree |
|
41 | from getopt import getopt | |
|
42 | 41 | |
|
43 | 42 | # numpy and rpy2 imports |
|
44 | 43 | |
@@ -57,7 +56,7 b' except ImportError:' | |||
|
57 | 56 | # IPython imports |
|
58 | 57 | |
|
59 | 58 | from IPython.core.displaypub import publish_display_data |
|
60 |
from IPython.core.magic import (Magics, magics_class, |
|
|
59 | from IPython.core.magic import (Magics, magics_class, line_magic, | |
|
61 | 60 | line_cell_magic, needs_local_scope) |
|
62 | 61 | from IPython.testing.skipdoctest import skip_doctest |
|
63 | 62 | from IPython.core.magic_arguments import ( |
@@ -27,8 +27,6 b' maintained here for backwards compatablitiy with old SymPy versions.' | |||
|
27 | 27 | #----------------------------------------------------------------------------- |
|
28 | 28 | |
|
29 | 29 | from IPython.lib.latextools import latex_to_png |
|
30 | from IPython.testing import decorators as dec | |
|
31 | # use @dec.skipif_not_sympy to skip tests requiring sympy | |
|
32 | 30 | |
|
33 | 31 | try: |
|
34 | 32 | from sympy import pretty, latex |
General Comments 0
You need to be logged in to leave comments.
Login now