diff options
Diffstat (limited to 'cython')
| -rw-r--r-- | cython/plist.pyx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cython/plist.pyx b/cython/plist.pyx index a78e74c..b148687 100644 --- a/cython/plist.pyx +++ b/cython/plist.pyx | |||
| @@ -848,5 +848,7 @@ cdef object plist_t_to_node(plist_t c_plist, bint managed=True): | |||
| 848 | return Date_factory(c_plist, managed) | 848 | return Date_factory(c_plist, managed) |
| 849 | if t == PLIST_DATA: | 849 | if t == PLIST_DATA: |
| 850 | return Data_factory(c_plist, managed) | 850 | return Data_factory(c_plist, managed) |
| 851 | if t == PLIST_UID: | ||
| 852 | return Uid_factory(c_plist, managed) | ||
| 851 | if t == PLIST_NONE: | 853 | if t == PLIST_NONE: |
| 852 | return None | 854 | return None |
