[Yt-svn] yt-commit r1195 - branches/yt-1.0/scripts trunk/scripts

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Mar 3 10:22:30 PST 2009


Author: mturk
Date: Tue Mar  3 10:22:29 2009
New Revision: 1195
URL: http://yt.spacepope.org/changeset/1195

Log:
Fixed a bug in the threading model reported by Thomas Statler.  'iyt' now has
the correct threading model when instantiation IPython.



Modified:
   branches/yt-1.0/scripts/iyt
   trunk/scripts/iyt

Modified: branches/yt-1.0/scripts/iyt
==============================================================================
--- branches/yt-1.0/scripts/iyt	(original)
+++ branches/yt-1.0/scripts/iyt	Tue Mar  3 10:22:29 2009
@@ -18,7 +18,7 @@
     code.interact(doc, None, namespace)
     sys.exit()
 
-ip_shell = IPython.Shell.IPShellMatplotlib(user_ns=namespace)
+ip_shell = IPython.Shell.IPShellMatplotlibWX(user_ns=namespace)
 
 # The rest is a modified version of the IPython default profile code
 

Modified: trunk/scripts/iyt
==============================================================================
--- trunk/scripts/iyt	(original)
+++ trunk/scripts/iyt	Tue Mar  3 10:22:29 2009
@@ -18,7 +18,7 @@
     code.interact(doc, None, namespace)
     sys.exit()
 
-ip_shell = IPython.Shell.IPShellMatplotlib(user_ns=namespace)
+ip_shell = IPython.Shell.IPShellMatplotlibWX(user_ns=namespace)
 
 # The rest is a modified version of the IPython default profile code
 



More information about the yt-svn mailing list