summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'SetupConfig.py')
-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