Skip to content

Commit

Permalink
put future back to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 4, 2012
1 parent 890ec77 commit 08a48a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/sextante/pymorph/mmorph.py
Expand Up @@ -17,6 +17,8 @@
***************************************************************************
"""

from __future__ import division

__author__ = 'Victor Olaya'
__date__ = 'August 2012'
__copyright__ = '(C) 2012, Victor Olaya'
Expand Down Expand Up @@ -138,7 +140,6 @@
- `to_uint8()` : Convert an image to an uint8 image.
"""
from __future__ import division
from pymorph_version import __version__, __version_info__

import sys, os
Expand Down

0 comments on commit 08a48a2

Please sign in to comment.