summaryrefslogtreecommitdiff
path: root/bin/cheetah-compile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cheetah-compile')
-rw-r--r--bin/cheetah-compile6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cheetah-compile b/bin/cheetah-compile
index 5d9ab60..f15528e 100644
--- a/bin/cheetah-compile
+++ b/bin/cheetah-compile
@@ -1,5 +1,3 @@
#!/usr/bin/env python
-import sys
-from Cheetah.CheetahWrapper import CheetahWrapper
-sys.argv.insert(1, "compile")
-CheetahWrapper().main()
+from Cheetah.CheetahWrapper import _cheetah_compile
+_cheetah_compile()