aboutsummaryrefslogtreecommitdiffstats
path: root/src/pyexiv2.py
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2008-06-11 21:40:01 +0200
committerOlivier Tilloy <olivier@tilloy.net>2008-06-11 21:40:01 +0200
commita4e47a8357d35520157654008cbd2049da48abde (patch)
tree2263cb410e61ec7368c259ca87e3f09620ad9924 /src/pyexiv2.py
parenteec684f0ee33e579835d51ffadc6577290d6fcb0 (diff)
downloadpyexiv2-a4e47a8357d35520157654008cbd2049da48abde.tar.gz
Retrieve more data for an IPTC tag (low-level).
Diffstat (limited to 'src/pyexiv2.py')
-rw-r--r--src/pyexiv2.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py
index 41660fa..afed270 100644
--- a/src/pyexiv2.py
+++ b/src/pyexiv2.py
@@ -387,6 +387,9 @@ class MetadataTag(object):
"""
DOCME
+
+ TODO: determine which attributes are common to all types of tags (EXIF,
+ IPTC and XMP), and which are specific.
"""
def __init__(self, key, name, label, description, type, value, svalue):