[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - ftp.py:1.2

Viktorija Zaksiene ryzaja@codeworks.lt
Fri, 11 Apr 2003 08:56:12 -0400


Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv25967/interfaces

Modified Files:
	ftp.py 
Log Message:
Cleanup: removed unused imports and whitespaces.


=== Zope3/src/zope/publisher/interfaces/ftp.py 1.1 => 1.2 ===
--- Zope3/src/zope/publisher/interfaces/ftp.py:1.1	Mon Feb  3 10:08:53 2003
+++ Zope3/src/zope/publisher/interfaces/ftp.py	Fri Apr 11 08:55:41 2003
@@ -77,7 +77,7 @@
 
         Data are copied starting from start. If end is not None,
         data are copied up to end.
-        
+
         """
 
     def lsinfo(name):
@@ -135,7 +135,7 @@
 
         mtime
 
-           Optional time, as a datetime. 
+           Optional time, as a datetime.
 
         nlinks
 
@@ -147,7 +147,7 @@
 
         name
 
-           The file name.           
+           The file name.
         """
 
     def mtime(name):
@@ -188,7 +188,7 @@
         any, are unchanged.  If end is not None and there isn't enough
         data in instream to fill out the file, then the missing data
         are undefined.
-        
+
         If neither start nor end are specified, then the file contents
         are overwritten.