Move to measure submodule

Code moved to new "measure" submodule and another test and better
documentation added.
This commit is contained in:
Zach Pincus
2011-11-27 17:05:27 -05:00
parent 3e9945cf93
commit 077a080389
5 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def configuration(parent_package='', top_path=None):
config.add_subpackage('color')
config.add_subpackage('draw')
config.add_subpackage('feature')
config.add_subpackage('find_contours')
config.add_subpackage('measure')
def add_test_directories(arg, dirname, fnames):
if dirname.split(os.path.sep)[-1] == 'tests':