Move template matching to feature subpackage

This commit is contained in:
Tony S Yu
2012-05-08 21:32:05 -04:00
parent 01d66fc501
commit e8461e22dd
9 changed files with 6 additions and 35 deletions
-1
View File
@@ -16,7 +16,6 @@ def configuration(parent_package='', top_path=None):
config.add_subpackage('draw')
config.add_subpackage('feature')
config.add_subpackage('measure')
config.add_subpackage('detection')
def add_test_directories(arg, dirname, fnames):
if dirname.split(os.path.sep)[-1] == 'tests':