Changeset 1935 for trunk/packages/invirt-base/python/invirt/common.py
- Timestamp:
- Dec 28, 2008, 7:27:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-base/python/invirt/common.py
r1934 r1935 40 40 elif type(x) == list: 41 41 return [dicts2struct(v, newprefix(i)) for i, v in enumerate(x)] 42 elif x is None: 43 return struct({}, prefix) 42 44 else: 43 45 return x
Note: See TracChangeset
for help on using the changeset viewer.