Removed sys.path hack in test, fixed spelling of import in __init__.py

This commit is contained in:
Steven Silvester
2012-10-21 13:49:35 -05:00
parent c778de04ef
commit 79fb543256
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
from .exposure import histogram, equalize, cumulative_distribution
from .exposure import rescale_intensity
from ._adaphist import adapthist
from ._adapthist import adapthist
-2
View File
@@ -1,7 +1,5 @@
import numpy as np
from numpy.testing import assert_array_almost_equal as assert_close
import sys
sys.path.insert(0, '../..')
import skimage
from skimage import data
from skimage import exposure