Пример #1
0
def ln(*arg, **kw):
    from warnings import warn
    warn(
        "ln() has moved to nose.util from nose.result and will be removed "
        "from nose.result in a future release. Please update your imports ",
        DeprecationWarning)
    return _ln(*arg, **kw)
Пример #2
0
def ln(*arg, **kw):
    from warnings import warn

    warn(
        "ln() has moved to nose.util from nose.result and will be removed "
        "from nose.result in a future release. Please update your imports ",
        DeprecationWarning,
    )
    return _ln(*arg, **kw)