summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2002-03-08 16:35:43 +0000
committertavis_rudd <tavis_rudd>2002-03-08 16:35:43 +0000
commit40d8b68813dc9d502972cdd989e8c225cc3ad981 (patch)
treec226f86f4fbe4809a85774cee207f2195112a103 /bin
parente11bf26fbfd4f7fd047d96b23500d363bb668773 (diff)
downloadpython-cheetah-40d8b68813dc9d502972cdd989e8c225cc3ad981.tar.gz
initial import
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cheetah3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/cheetah b/bin/cheetah
new file mode 100755
index 0000000..414aad6
--- /dev/null
+++ b/bin/cheetah
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+from Cheetah.CheetahWrapper import CheetahWrapper
+CheetahWrapper().run() \ No newline at end of file