Commit 36a4864b authored by Brian Lloyd's avatar Brian Lloyd

Backport fix for bad type converter.

parent 1025149c
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
__version__='$Revision: 1.19 $'[11:-2] __version__='$Revision: 1.20 $'[11:-2]
import re import re
from types import ListType, TupleType, UnicodeType from types import ListType, TupleType, UnicodeType
...@@ -157,7 +157,6 @@ type_converters = { ...@@ -157,7 +157,6 @@ type_converters = {
'lines': field2lines, 'lines': field2lines,
'text': field2text, 'text': field2text,
'boolean': field2boolean, 'boolean': field2boolean,
'multiple selection': field2lines,
'ustring': field2ustring, 'ustring': field2ustring,
'utokens': field2utokens, 'utokens': field2utokens,
'ulines': field2ulines, 'ulines': field2ulines,
......
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