File: ipython.diff

package info (click to toggle)
mayavi2 4.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,480 kB
  • sloc: python: 49,219; javascript: 32,885; makefile: 136; fortran: 60
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Varun Hiremath
Last-Update: 2015-10-16 18:39:34 -0400
Description: ?

--- mayavi2-4.3.1.orig/mayavi/tests/README.txt
+++ mayavi2-4.3.1/mayavi/tests/README.txt
@@ -47,7 +47,6 @@ The IPython Shell can be embedded anywhe
 You need to import the  `IPython` module and then add the following
 lines wherver you want to embed the shell::
 
-        embedshell = IPython.Shell.IPShellEmbed()
-        embedshell()
+        IPython.frontend.terminal.embed.embed()