opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/OpenPT OpenPTBase.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/OpenPT OpenPTBase.py
Date: Mon, 03 Feb 2003 11:16:32 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/03 11:16:31

Modified files:
        OpenPT         : OpenPTBase.py 

Log message:
        left a debugging print statement over... removing it now

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/OpenPT/OpenPTBase.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: opental/OpenPT/OpenPTBase.py
diff -u opental/OpenPT/OpenPTBase.py:1.6 opental/OpenPT/OpenPTBase.py:1.7
--- opental/OpenPT/OpenPTBase.py:1.6    Mon Feb  3 11:01:55 2003
+++ opental/OpenPT/OpenPTBase.py        Mon Feb  3 11:16:31 2003
@@ -15,7 +15,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
-__version__='$Revision: 1.6 $'[11:-2]
+__version__='$Revision: 1.7 $'[11:-2]
 
 # ugh, this import list needs to be cleaned up
 import OpenTAL, pax, PTmetal_handler, pax.paxtransform
@@ -546,7 +546,6 @@
             self.REQUEST.RESPONSE.setHeader('content-type', '%s; charset=%s' % 
(
                                                  self.content_type,
                                                  encoding))
-            print >>sys.stderr, self.REQUEST.RESPONSE.headers
             return result
         finally:
             security.removeContext(self)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]