Everything is loging with the logging module
[pyTivo.git] / Cheetah / __init__.py
blob08c240ebd05b2496369321805550803a6abd3e3d
1 #!/usr/bin/env python
2 # $Id: __init__.py,v 1.10 2006/01/14 04:44:07 tavis_rudd Exp $
4 """Cheetah is an open source template engine and code generation tool.
6 It can be used standalone or combined with other tools and frameworks. Web
7 development is its principle use, but Cheetah is very flexible and is also being
8 used to generate C++ game code, Java, sql, form emails and even Python code.
10 Homepage
11 ================================================================================
12 http://www.CheetahTemplate.org/
14 Documentation
15 ================================================================================
16 For a high-level introduction to Cheetah please refer to the User's Guide
17 at http://cheetahtemplate.org/learn.html
19 Mailing list
20 ================================================================================
21 cheetahtemplate-discuss@lists.sourceforge.net
22 Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
23 """
24 __author__ = "Tavis Rudd <tavis@damnsimple.com>"
25 __revision__ = "$Revision: 1.10 $"[11:-2]
27 from Version import Version