summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-09-14 13:50:37 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-09-14 13:50:37 -0700
commitf08b044959bf77499b5796561dc5607921cf3ddd (patch)
tree4b0c7a35ba06fcfeeae3d17f05b4ba3796ddc267
parent7c3128f3f928b6bc0d024aab4d00a4527b76d428 (diff)
downloadpython-cheetah-f08b044959bf77499b5796561dc5607921cf3ddd.tar.gz
Disable these C modules since they're of marginal utility to be honest
-rw-r--r--SetupConfig.py12
1 files 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