summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/cheetah-compile6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cheetah-compile b/bin/cheetah-compile
index 164ce49..7f5eb28 100644
--- a/bin/cheetah-compile
+++ b/bin/cheetah-compile
@@ -1,5 +1,3 @@
#! /usr/bin/env python
-
-from Cheetah.Compiler import MainProgram
-
-MainProgram().run() \ No newline at end of file
+from Cheetah.CheetahCompile import CheetahCompile
+CheetahCompile().run() \ No newline at end of file