This commit is contained in:
Oliver Walters 2019-05-07 08:11:19 +10:00
parent 0969edc431
commit 983804fa1f

View File

@ -94,9 +94,6 @@ def DownloadExternalFile(url, **kwargs):
return result return result
def str2bool(text, test=True): def str2bool(text, test=True):
""" Test if a string 'looks' like a boolean value. """ Test if a string 'looks' like a boolean value.