aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-11-23 20:46:59 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-11-23 20:46:59 +0100
commit17689217344b7875fd2e701035e814e172af9630 (patch)
treecd41b643afdae8e3e669cb7e23a14fff88ddec59 /src
parentd25a2ae6d9f78a4407f7d8f2e6efc7774dfd3f2a (diff)
downloadpyexiv2-17689217344b7875fd2e701035e814e172af9630.tar.gz
Import ExifThumbnail in the pyexiv2 namespace.
Diffstat (limited to 'src')
-rw-r--r--src/pyexiv2/__init__.py2
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