Commit 40b3e679 authored by Guido van Rossum's avatar Guido van Rossum

Revert ChrisM's checkin.

parent 4dbc2e9c
......@@ -43,9 +43,6 @@ def convertFileStorageArgs(quota=None, stop=None, **kw):
if kw.has_key(name):
kw[name] = asBoolean(kw[name])
if not kw.has_key('file_name'):
raise RuntimeError, 'A file_name argument is required for FileStorage'
return kw
......
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