| 1 | #!/usr/bin/env python3 |
| 2 | def configuration(parent_package='', top_path=None): |
| 3 | from numpy.distutils.misc_util import Configuration |
| 4 | config = Configuration('matrixlib', parent_package, top_path) |
nothing calls this directly
no test coverage detected