remove deprecated koji.util.relpath

Fixes: https://pagure.io/koji/issue/834
This commit is contained in:
Tomas Kopecek 2019-05-22 17:10:45 +02:00 committed by Mike McLean
parent a1fbe6d152
commit 8cc8b12a9a

View file

@ -504,12 +504,6 @@ def move_and_symlink(src, dst, relative=True, create_dir=False):
os.symlink(dst, src)
def relpath(*args, **kwargs):
deprecated("koji.util.relpath() is deprecated and will be removed in a "
"future version. See: https://pagure.io/koji/issue/834")
return os.path.relpath(*args, **kwargs)
def eventFromOpts(session, opts):
"""Determine event id from standard cli options