Changeset 491

Show
Ignore:
Timestamp:
04/12/05 14:07:48 (4 years ago)
Author:
ehabkost
Message:

Added TODO information, so we know what is missing here

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/python-module/src/opensync.pyx

    r487 r491  
    136136                else: return None 
    137137 
     138        #TODO: Implement set_data and get_data 
     139        #TODO: Write some wrappers to common formats having structs, 
     140        #      such as fs_info. In the case of known object formats, 
     141        #      return a python object wrapping the object sotred 
     142        #      on the change data 
     143 
     144 
     145 
    138146cdef class PluginInfo: 
    139147        """opensync OSyncPluginInfo object"""