mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-08-31 04:52:51 +00:00
7 lines
130 B
Python
7 lines
130 B
Python
"""
|
|
Back compatibility noseclasses module. It will import the appropriate
|
|
set of tools
|
|
|
|
"""
|
|
from .nose_tools.noseclasses import *
|