aboutsummaryrefslogtreecommitdiff
path: root/science/mayavi/files/patch-mayavi
blob: bf2819d343b6b97f2ebb7fc4f89c02a14c993fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- mayavi.orig	2005-09-13 03:08:30.000000000 +0900
+++ mayavi	2011-03-18 17:52:19.837001956 +0900
@@ -283,6 +283,7 @@
 
 
 import Tkinter
+Tkinter.wantobjects = False
 
 # Import this here to avoid hard-to-debug errors when importing VTK
 # fails from within mayavi.Main.