diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-11-23 20:46:59 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-11-23 20:46:59 +0100 |
commit | 17689217344b7875fd2e701035e814e172af9630 (patch) | |
tree | cd41b643afdae8e3e669cb7e23a14fff88ddec59 | |
parent | d25a2ae6d9f78a4407f7d8f2e6efc7774dfd3f2a (diff) | |
download | pyexiv2-17689217344b7875fd2e701035e814e172af9630.tar.gz |
Import ExifThumbnail in the pyexiv2 namespace.
-rw-r--r-- | src/pyexiv2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyexiv2/__init__.py b/src/pyexiv2/__init__.py index 395aaff..54d7ebe 100644 --- a/src/pyexiv2/__init__.py +++ b/src/pyexiv2/__init__.py @@ -60,7 +60,7 @@ A typical use of this binding would be: import libexiv2python from pyexiv2.metadata import ImageMetadata -from pyexiv2.exif import ExifValueError, ExifTag +from pyexiv2.exif import ExifValueError, ExifTag, ExifThumbnail from pyexiv2.iptc import IptcValueError, IptcTag from pyexiv2.xmp import XmpValueError, XmpTag from pyexiv2.preview import Preview |