fix demndimport with ipython

This commit is contained in:
Yann Leboulanger 2010-12-23 13:59:28 +01:00
parent 9a9f66b064
commit e990f978f0
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ from StringIO import StringIO
try:
import IPython
import IPython.iplib
import IPython.prefilter
import IPython.Shell
import IPython.genutils
import IPython.shadowns
import IPython.history
except ImportError:
IPython = None