SVN: r25827 - trunk/quixote
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 5 Jan 2005 11:22:39 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger
Date: 2005-01-05 08:57:11 -0500 (Wed, 05 Jan 2005)
New Revision: 25827
Modified:
trunk/quixote/__init__.py
Log:
Remove __revision__ and __version__ from __init__.py.
Modified: trunk/quixote/__init__.py
===================================================================
--- trunk/quixote/__init__.py 2005-01-05 13:51:15 UTC (rev 25826)
+++ trunk/quixote/__init__.py 2005-01-05 13:57:11 UTC (rev 25827)
@@ -5,17 +5,12 @@
A highly Pythonic web application framework.
"""
-__revision__ = "$Id$"
-
-__version__ = "2.0a2"
-
-# These are frequently needed by Quixote applications, so make them easy
-# to get at.
+# These are frequently needed by Quixote applications.
from quixote.publish import \
get_publisher, get_request, get_response, get_path, redirect, \
get_session, get_session_manager, get_user, get_field, get_cookie
-# Can't think of anywhere better to put this, so here it is.
+
def enable_ptl():
"""
Installs the import hooks needed to import PTL modules. This must