From f08b044959bf77499b5796561dc5607921cf3ddd Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Mon, 14 Sep 2009 13:50:37 -0700 Subject: Disable these C modules since they're of marginal utility to be honest --- SetupConfig.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SetupConfig.py b/SetupConfig.py index be2d912..c95001d 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -40,12 +40,12 @@ from distutils.core import Extension ext_modules=[ Extension("Cheetah._namemapper", [os.path.join('cheetah', 'c', '_namemapper.c')]), - Extension("Cheetah._verifytype", - [os.path.join('cheetah', 'c', '_verifytype.c')]), - Extension("Cheetah._filters", - [os.path.join('cheetah', 'c', '_filters.c')]), - Extension('Cheetah._template', - [os.path.join('cheetah', 'c', '_template.c')]), + # Extension("Cheetah._verifytype", + # [os.path.join('cheetah', 'c', '_verifytype.c')]), + # Extension("Cheetah._filters", + # [os.path.join('cheetah', 'c', '_filters.c')]), + # Extension('Cheetah._template', + # [os.path.join('cheetah', 'c', '_template.c')]), ] ## Data Files and Scripts -- cgit v1.2.1