Skip to content

Commit

Permalink
Add unique_rows to util/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Aug 4, 2013
1 parent 11f9a5b commit 640c496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skimage/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from numpy import pad
del numpy, ver, chk
from ._regular_grid import regular_grid
from .unique import unique_rows


__all__ = ['img_as_float',
Expand All @@ -24,4 +25,5 @@
'view_as_windows',
'pad',
'random_noise',
'regular_grid']
'regular_grid',
'unique_rows']

0 comments on commit 640c496

Please sign in to comment.