Commit c5f6355f authored by Vincent Pelletier's avatar Vincent Pelletier

Minor coding style cleanup.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72a9aa62
......@@ -79,9 +79,10 @@ except ImportError:
try:
from ZPublisher.HTTPRequest import record
dict_type_list = (dict, record)
except ImportError:
dict_type_list = (dict, )
else:
dict_type_list = (dict, record)
UID_BUFFER_SIZE = 300
......
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