remove deprecated koji.util.relpath
Fixes: https://pagure.io/koji/issue/834
This commit is contained in:
parent
a1fbe6d152
commit
8cc8b12a9a
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue