Commit 9f68347a authored by Martijn Pieters's avatar Martijn Pieters

Remove out-of-date comment.

parent 20890ca4
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Image object""" """Image object"""
__version__='$Revision: 1.130 $'[11:-2] __version__='$Revision: 1.131 $'[11:-2]
import Globals, string, struct import Globals, string, struct
from OFS.content_types import guess_content_type from OFS.content_types import guess_content_type
...@@ -340,8 +340,6 @@ class File(Persistent, Implicit, PropertyManager, ...@@ -340,8 +340,6 @@ class File(Persistent, Implicit, PropertyManager,
return '' return ''
else: else:
# Ignore multi-part ranges for now, pretend we don't know
# about ranges at all.
# When we get here, ranges have been optimized, so they are # When we get here, ranges have been optimized, so they are
# in order, non-overlapping, and start and end values are # in order, non-overlapping, and start and end values are
# positive integers. # positive integers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment