io: Move plugin tests to io/tests.

This commit is contained in:
Stefan van der Walt
2009-11-08 09:44:52 +02:00
parent 67e0cb03ea
commit db7583b62a
-1
View File
@@ -11,7 +11,6 @@ def configuration(parent_package='', top_path=None):
config = Configuration('io', parent_package, top_path)
config.add_data_dir('tests')
config.add_data_dir('_plugins/tests')
config.add_data_files('_plugins/*.ini')
# This function tries to create C files from the given .pyx files. If