This commit is contained in:
ziggi
2020-01-15 06:56:48 +00:00
parent 4fc3aed5eb
commit e60e3109ef
32 changed files with 5240 additions and 17610 deletions

View File

@@ -20,7 +20,7 @@
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
+disabled_module_list = ["_bsddb", "_sqlite3", "_tkinter", "ndmb", "gdbm", "mpz"]
+disabled_module_list = ["_bsddb", "_tkinter", "ndmb", "gdbm", "mpz"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if