7 lines
128 B
Python
7 lines
128 B
Python
"""
|
|
Back compatibility decorators module. It will import the appropriate
|
|
set of tools
|
|
|
|
"""
|
|
from .nose_tools.decorators import *
|