From 205e01df28d3f52b7d01073a85d61074b3c50efe Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Sun, 24 Jan 2010 19:51:54 +0100 Subject: Choice is not a simple type. --- src/pyexiv2/xmp.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/pyexiv2/xmp.py b/src/pyexiv2/xmp.py index 89957e4..b9ad245 100644 --- a/src/pyexiv2/xmp.py +++ b/src/pyexiv2/xmp.py @@ -64,7 +64,6 @@ class XmpTag(object): - alt, bag, seq: C{list} of the contained simple type - lang alt: C{dict} of (language-code: value) - Boolean: C{bool} - - Choice: [not implemented yet] - Colorant: [not implemented yet] - Date: C{datetime.date}, C{datetime.datetime} - Dimensions: [not implemented yet] @@ -252,10 +251,6 @@ class XmpTag(object): else: raise XmpValueError(value, type) - elif type == 'Choice': - # TODO - raise NotImplementedError('XMP conversion for type [%s]' % type) - elif type == 'Colorant': # TODO raise NotImplementedError('XMP conversion for type [%s]' % type) -- cgit