summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2001-06-13 03:50:36 +0000
committertavis_rudd <tavis_rudd>2001-06-13 03:50:36 +0000
commit32567d843c4f6be31453904b60e7863b9e889d25 (patch)
tree21d5d8f60f7b3226d517c6721f355620edb19a12 /bin
downloadpython-cheetah-32567d843c4f6be31453904b60e7863b9e889d25.tar.gz
Initial revision
Diffstat (limited to 'bin')
-rw-r--r--bin/cheetah-compile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cheetah-compile b/bin/cheetah-compile
new file mode 100644
index 0000000..164ce49
--- /dev/null
+++ b/bin/cheetah-compile
@@ -0,0 +1,5 @@
+#! /usr/bin/env python
+
+from Cheetah.Compiler import MainProgram
+
+MainProgram().run() \ No newline at end of file