Commit 1522e1a3 authored by Jim Fulton's avatar Jim Fulton

Added a convenience function for creating dictionaries.

parent 47f582cf
......@@ -85,7 +85,7 @@
"""Global definitions"""
__version__='$Revision: 1.35 $'[11:-2]
__version__='$Revision: 1.36 $'[11:-2]
import sys, os
from DateTime import DateTime
......@@ -266,3 +266,4 @@ def getitems(o,names):
r.append(v)
return r
def Dictionary(**kw): return kw # Sorry Guido
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