Commit bfb8c01f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added copyright information.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11823 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8fbb6ea7
......@@ -3,6 +3,9 @@
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp@nexedi.com>
#
# Based on Photo by Ron Bickers
# Copyright (c) 2001 Logic Etc, Inc. All rights reserved.
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
......@@ -304,7 +307,6 @@ class Image(File, OFSImage, ConversionCacheMixin):
newimg_file = open(newimg_path, 'r')
newimg.write(newimg_file.read())
newimg_file.close()
newimg.seek(0)
return newimg
......
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