diff options
author | tavis_rudd <tavis_rudd> | 2001-10-10 06:59:45 +0000 |
---|---|---|
committer | tavis_rudd <tavis_rudd> | 2001-10-10 06:59:45 +0000 |
commit | c7d48b5be6d3fefb089fb7b5bfa1942ad136dbf3 (patch) | |
tree | 1c5eceda36902cdf2a7008af52f47fcf3ad9db89 /bin/cheetah-compile | |
parent | bf8408daf1f1a27e0f8bd69eb2acaa8d6e1eb01d (diff) | |
download | python-cheetah-c7d48b5be6d3fefb089fb7b5bfa1942ad136dbf3.tar.gz |
further merges of the DEVEL_BRANCH code
Diffstat (limited to 'bin/cheetah-compile')
-rw-r--r-- | bin/cheetah-compile | 6 |
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 |