[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Publisher - FileResource.py:1.2
Viktorija Zaksiene
ryzaja@codeworks.lt
Mon, 2 Dec 2002 05:03:19 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher
In directory cvs.zope.org:/tmp/cvs-serv7563
Modified Files:
FileResource.py
Log Message:
Removed unused import statement.
=== Zope3/lib/python/Zope/App/Publisher/FileResource.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/Publisher/FileResource.py:1.1 Thu Jun 13 19:15:43 2002
+++ Zope3/lib/python/Zope/App/Publisher/FileResource.py Mon Dec 2 05:03:18 2002
@@ -21,7 +21,6 @@
from Zope.Misc.content_types import guess_content_type
from Zope.Misc.package_home import package_home
from Zope.Misc.standard_dates import rfc1123_date
-from Zope.Misc.DateTimeParse import time as timeFromDateTimeString
from Zope.Exceptions import NotFoundError
from time import time
from os import stat