Skip to content

Commit 08a48a2

Browse files
committed
put future back to the top
1 parent 890ec77 commit 08a48a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/plugins/sextante/pymorph/mmorph.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
***************************************************************************
1818
"""
1919

20+
from __future__ import division
21+
2022
__author__ = 'Victor Olaya'
2123
__date__ = 'August 2012'
2224
__copyright__ = '(C) 2012, Victor Olaya'
@@ -138,7 +140,6 @@
138140
- `to_uint8()` : Convert an image to an uint8 image.
139141
140142
"""
141-
from __future__ import division
142143
from pymorph_version import __version__, __version_info__
143144

144145
import sys, os

0 commit comments

Comments
 (0)