remove pathExist method from utils

This commit is contained in:
blacktwin 2021-10-26 17:46:57 -04:00
parent 9764ad4038
commit e46fc1cdc4

View file

@ -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