Commit a585a998 authored by Jim Fulton's avatar Jim Fulton

Added get shortcut.

parent 822933c1
......@@ -82,7 +82,7 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__version__='$Revision: 1.5 $'[11:-2]
__version__='$Revision: 1.6 $'[11:-2]
import regex
from string import atoi, atol, atof, join, split, strip
......@@ -183,3 +183,4 @@ type_converters = {
'boolean': field2boolean,
}
get_converter=type_converters.get
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