Changeset 267


Ignore:
Timestamp:
06/28/11 11:34:14 (13 years ago)
Author:
tim
Message:

note to self

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/pyregfi/__init__.py

    r262 r267  
    119119#       Just access its attributes directly as DATA_TYPES.SZ, etc
    120120class DATA_TYPES(object):
     121    # XXX: add dictionary lookup attributes to convert both directions between
     122    #      the integers and typenames
     123
    121124    ## None / Unknown
    122125    NONE                       =  0
Note: See TracChangeset for help on using the changeset viewer.