summaryrefslogtreecommitdiff
path: root/bin/cheetah
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cheetah')
-rwxr-xr-xbin/cheetah4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cheetah b/bin/cheetah
index 26c391a..61b8178 100755
--- a/bin/cheetah
+++ b/bin/cheetah
@@ -1,3 +1,3 @@
#!/usr/bin/env python
-from Cheetah.CheetahWrapper import CheetahWrapper
-CheetahWrapper().main()
+from Cheetah.CheetahWrapper import _cheetah
+_cheetah()