[Zope3-checkins] CVS: Products3/NewsSite/NewsItem - news.py:1.3

Grégoire Weber zope@i-con.ch
Tue, 25 Mar 2003 09:35:04 -0500


Update of /cvs-repository/Products3/NewsSite/NewsItem
In directory cvs.zope.org:/tmp/cvs-serv20009

Modified Files:
	news.py 
Log Message:
replaced tab by spaces


=== Products3/NewsSite/NewsItem/news.py 1.2 => 1.3 ===
--- Products3/NewsSite/NewsItem/news.py:1.2	Tue Mar 25 09:26:52 2003
+++ Products3/NewsSite/NewsItem/news.py	Tue Mar 25 09:35:03 2003
@@ -8,5 +8,5 @@
     __implements__ = INewsItem
 
     def __init__(self, newsbody=''):
-	self.newsbody=newsbody
-       
+        self.newsbody=newsbody
+