You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by nl...@apache.org on 2005/04/07 10:01:34 UTC

svn commit: r160380 - httpd/mod_python/trunk/lib/python/mod_python/util.py

Author: nlehuen
Date: Thu Apr  7 01:01:33 2005
New Revision: 160380

URL: http://svn.apache.org/viewcvs?view=rev&rev=160380
Log:
Remove two unused class fields.

Modified:
    httpd/mod_python/trunk/lib/python/mod_python/util.py

Modified: httpd/mod_python/trunk/lib/python/mod_python/util.py
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/lib/python/mod_python/util.py?view=diff&r1=160379&r2=160380
==============================================================================
--- httpd/mod_python/trunk/lib/python/mod_python/util.py (original)
+++ httpd/mod_python/trunk/lib/python/mod_python/util.py Thu Apr  7 01:01:33 2005
@@ -47,10 +47,6 @@
 """
 
 class Field:
-
-   filename = None
-   headers = {}
-
    def __init__(self, name, file, ctype, type_options,
                 disp, disp_options, headers = {}):
        self.name = name