diff roundup/cgi_client.py @ 970:6957938a3574

minor edit
author Richard Jones <richard@users.sourceforge.net>
date Fri, 23 Aug 2002 04:42:30 +0000
parents 084bfc035564
children
line wrap: on
line diff
--- a/roundup/cgi_client.py	Thu Aug 22 07:57:11 2002 +0000
+++ b/roundup/cgi_client.py	Fri Aug 23 04:42:30 2002 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: cgi_client.py,v 1.161 2002-08-19 00:21:10 richard Exp $
+# $Id: cgi_client.py,v 1.162 2002-08-23 04:42:30 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -1425,7 +1425,7 @@
         self.login()
 
     def opendb(self, user):
-        ''' Open the database - but include the definition of the sessions db.
+        ''' Open the database.
         '''
         # open the db if the user has changed
         if not hasattr(self, 'db') or user != self.db.journaltag:
@@ -1747,6 +1747,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.161  2002/08/19 00:21:10  richard
+# removed debug prints
+#
 # Revision 1.160  2002/08/19 00:20:34  richard
 # grant web access to admin ;)
 #

Roundup Issue Tracker: http://roundup-tracker.org/