mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
12 lines
428 B
Diff
12 lines
428 B
Diff
--- setup.py.orig 2009-03-31 12:20:48.000000000 -0600
|
|
+++ setup.py 2009-09-17 00:33:12.000000000 -0600
|
|
@@ -17,7 +17,7 @@
|
|
from distutils.command.install_lib import install_lib
|
|
|
|
# This global variable is used to hold the list of modules to be disabled.
|
|
-disabled_module_list = []
|
|
+disabled_module_list = ["_tkinter"]
|
|
|
|
def add_dir_to_list(dirlist, dir):
|
|
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
|