Commit 28595988 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Fix undefined variables introduced by 1ff851b1.

parent d296f504
......@@ -191,6 +191,7 @@ class Coordinate(Base):
security.declarePrivate( '_writeFromPUT' )
def _writeFromPUT( self, body ):
headers = {}
headers, body = parseHeadersBody(body, headers)
lines = body.split( '\n' )
self.edit( lines[0] )
......
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