Move __init__ functions to submodules.

And rename functions so we don't have to alias imports.
This commit is contained in:
Tony S Yu
2013-12-05 23:19:44 -06:00
parent b8c30bad46
commit 312151b481
4 changed files with 89 additions and 88 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from io import BytesIO
import numpy as np
import six
from skimage.io._plugins import call as call_plugin
from skimage.io._plugins import call_plugin
from skimage.color import rgb2grey