[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - AttributePublisher.py:1.1.2.9

Jim Fulton jim@zope.com
Mon, 4 Mar 2002 12:02:07 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv17022

Modified Files:
      Tag: Zope-3x-branch
	AttributePublisher.py 
Log Message:
Made into a new style class.


=== Zope3/lib/python/Zope/Publisher/Browser/AttributePublisher.py 1.1.2.8 => 1.1.2.9 ===
 from IBrowserPublisher import IBrowserPublisher
 
-class AttributePublisher:
+class AttributePublisher(object):
 
     __implements__ = IBrowserPublisher