summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2001-10-10 06:59:45 +0000
committertavis_rudd <tavis_rudd>2001-10-10 06:59:45 +0000
commitc7d48b5be6d3fefb089fb7b5bfa1942ad136dbf3 (patch)
tree1c5eceda36902cdf2a7008af52f47fcf3ad9db89 /bin
parentbf8408daf1f1a27e0f8bd69eb2acaa8d6e1eb01d (diff)
downloadpython-cheetah-c7d48b5be6d3fefb089fb7b5bfa1942ad136dbf3.tar.gz
further merges of the DEVEL_BRANCH code
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