Skip to content

Commit 8a02a01

Browse files
committedJul 18, 2016
lint
1 parent 2b1ec3d commit 8a02a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎nikola/image_processing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
import re
3434
import gzip
3535

36+
import piexif
37+
3638
from nikola import utils
3739

3840
Image = None
@@ -46,7 +48,6 @@
4648
Image = _Image
4749
except ImportError:
4850
pass
49-
import piexif
5051

5152

5253
class ImageProcessor(object):

0 commit comments

Comments
 (0)
Please sign in to comment.