Skip to content

Commit

Permalink
Update to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Mar 10, 2016
1 parent 95bc213 commit 39f510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/misc/image_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def estimate_image_shift(ref, image, roi=None, sobel=True,
f = plot
axarr = plot.axes
if len(axarr) < 3:
for i in xrange(3):
for i in range(3):
f.add_subplot(1, 3, i)
axarr = plot.axes
else:
Expand Down

0 comments on commit 39f510a

Please sign in to comment.