fix demndimport with ipython
This commit is contained in:
		
							parent
							
								
									9a9f66b064
								
							
						
					
					
						commit
						e990f978f0
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue