Changeset 491
- Timestamp:
- 04/12/05 14:07:48 (4 years ago)
- Files:
-
- 1 modified
-
plugins/python-module/src/opensync.pyx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/python-module/src/opensync.pyx
r487 r491 136 136 else: return None 137 137 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 138 146 cdef class PluginInfo: 139 147 """opensync OSyncPluginInfo object"""
