[Scipy-svn] r3505 - trunk/scipy/ndimage/segment
scipy-svn@scip...
scipy-svn@scip...
Wed Nov 7 12:45:41 CST 2007
Author: oliphant
Date: 2007-11-07 12:45:41 -0600 (Wed, 07 Nov 2007)
New Revision: 3505
Modified:
trunk/scipy/ndimage/segment/setup.py
Log:
Add tests as data_dir to ndimage.segment
Modified: trunk/scipy/ndimage/segment/setup.py
===================================================================
--- trunk/scipy/ndimage/segment/setup.py 2007-11-07 18:39:08 UTC (rev 3504)
+++ trunk/scipy/ndimage/segment/setup.py 2007-11-07 18:45:41 UTC (rev 3505)
@@ -12,6 +12,8 @@
depends = ['ndImage_Segmenter_structs.h']
)
+ config.add_data_dir('tests')
+
return config
if __name__ == '__main__':
More information about the Scipy-svn
mailing list