mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-09-01 13:32:47 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Back compatibility nosetester module. It will import the appropriate
|
||||
set of tools
|
||||
|
||||
"""
|
||||
from .nose_tools.nosetester import *
|
||||
|
||||
__all__ = ['get_package_name', 'run_module_suite', 'NoseTester',
|
||||
'_numpy_tester', 'get_package_name', 'import_nose',
|
||||
'suppress_warnings']
|
Reference in New Issue
Block a user