예제 #1
0
def expandpath(p):
    """ utils.expandpath() wrapper for backwards compatibility.
    """
    warn(
        'expandpath() doesn\'t belong to DirectoryView anymore and will be '
        'removed from that module in CMF 1.6. Please import expandpath from '
        'the utils module.', DeprecationWarning)
    return _new_expandpath(p)
예제 #2
0
def expandpath(p):
    """ utils.expandpath() wrapper for backwards compatibility.
    """
    warn('expandpath() doesn\'t belong to DirectoryView anymore and will be '
         'removed from that module in CMF 1.6. Please import expandpath from '
         'the utils module.',
         DeprecationWarning)
    return _new_expandpath(p)