mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
remove pathExist method from utils
This commit is contained in:
parent
9764ad4038
commit
e46fc1cdc4
1 changed files with 0 additions and 4 deletions
|
@ -484,10 +484,6 @@ def base64str(text):
|
|||
return base64.b64encode(text.encode('utf-8')).decode('utf-8')
|
||||
|
||||
|
||||
def pathExist(path):
|
||||
return os.path.isdir(path)
|
||||
|
||||
|
||||
def deprecated(message, stacklevel=2):
|
||||
def decorator(func):
|
||||
"""This is a decorator which can be used to mark functions
|
||||
|
|
Loading…
Reference in a new issue