Files

12 lines
464 B
Diff
Raw Permalink Normal View History

--- setup.py.orig 2011-07-09 16:58:56.000000000 +1000
+++ setup.py 2011-07-13 20:50:12.000000000 +1000
@@ -21,7 +21,7 @@
COMPILED_WITH_PYDEBUG = hasattr(sys, 'gettotalrefcount')
2010-09-03 16:08:47 +00:00
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
+disabled_module_list = ["_tkinter", "_gdbm"]
2010-09-03 16:08:47 +00:00
# File which contains the directory for shared mods (for sys.path fixup
# when running from the build dir, see Modules/getpath.c)