[Python-modules-commits] [python-exif] 02/19: Update makernote.py

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:18:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/develop
in repository python-exif.

commit ffb87a91e2c1e337e0c28403664edf14144590ba
Author: velis74 <jure.erznoznik at gmail.com>
Date:   Sun Oct 27 07:27:33 2013 +0100

    Update makernote.py
    
    Fix import not working in Python 3.3
---
 exifread/tags/makernote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exifread/tags/makernote.py b/exifread/tags/makernote.py
index 8ad3741..d432237 100644
--- a/exifread/tags/makernote.py
+++ b/exifread/tags/makernote.py
@@ -4,7 +4,7 @@ Makernote tag definitions.
 
 from exifread.utils import make_string, make_string_uc, Ratio
 
-import makernote_canon as canon
+from . import makernote_canon as canon
 
 def nikon_ev_bias(seq):
     """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git



More information about the Python-modules-commits mailing list