Edit file File name : decorators.py Content :""" Back compatibility decorators module. It will import the appropriate set of tools """ from .nose_tools.decorators import * Save