summaryrefslogtreecommitdiffstats
path: root/cobbler/Cheetah/__init__.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-19 12:51:28 -0500
committerJim Meyering <jim@meyering.net>2007-02-19 12:51:28 -0500
commitfbd232abc00ea43d64f7e30ee03052d10b83328f (patch)
tree8b9dbdf017673811bc877612c7b5febc676d5756 /cobbler/Cheetah/__init__.py
parent102483e058ecffd07641482758b652ae540f5f7f (diff)
downloadthird_party-cobbler-fbd232abc00ea43d64f7e30ee03052d10b83328f.tar.gz
third_party-cobbler-fbd232abc00ea43d64f7e30ee03052d10b83328f.tar.xz
third_party-cobbler-fbd232abc00ea43d64f7e30ee03052d10b83328f.zip
Bundling Cheetah for backwards compatibility, and associated changes to specfiles/etc.
Diffstat (limited to 'cobbler/Cheetah/__init__.py')
-rw-r--r--cobbler/Cheetah/__init__.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/cobbler/Cheetah/__init__.py b/cobbler/Cheetah/__init__.py
new file mode 100644
index 0000000..08c240e
--- /dev/null
+++ b/cobbler/Cheetah/__init__.py
@@ -0,0 +1,27 @@
+#!/usr/bin/env python
+# $Id: __init__.py,v 1.10 2006/01/14 04:44:07 tavis_rudd Exp $
+
+"""Cheetah is an open source template engine and code generation tool.
+
+It can be used standalone or combined with other tools and frameworks. Web
+development is its principle use, but Cheetah is very flexible and is also being
+used to generate C++ game code, Java, sql, form emails and even Python code.
+
+Homepage
+================================================================================
+http://www.CheetahTemplate.org/
+
+Documentation
+================================================================================
+For a high-level introduction to Cheetah please refer to the User's Guide
+at http://cheetahtemplate.org/learn.html
+
+Mailing list
+================================================================================
+cheetahtemplate-discuss@lists.sourceforge.net
+Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
+"""
+__author__ = "Tavis Rudd <tavis@damnsimple.com>"
+__revision__ = "$Revision: 1.10 $"[11:-2]
+
+from Version import Version