We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 890ec77 commit 08a48a2Copy full SHA for 08a48a2
python/plugins/sextante/pymorph/mmorph.py
@@ -17,6 +17,8 @@
17
***************************************************************************
18
"""
19
20
+from __future__ import division
21
+
22
__author__ = 'Victor Olaya'
23
__date__ = 'August 2012'
24
__copyright__ = '(C) 2012, Victor Olaya'
@@ -138,7 +140,6 @@
138
140
- `to_uint8()` : Convert an image to an uint8 image.
139
141
142
-from __future__ import division
143
from pymorph_version import __version__, __version_info__
144
145
import sys, os
0 commit comments