black my mortal enemy. thank you for changing one line maybe

This commit is contained in:
anne 2023-09-13 19:35:14 +02:00 committed by Dpeta
parent 9253a6fcff
commit 7b1fdeb62e

View file

@ -10,6 +10,7 @@ except ImportError:
DATADIR = None DATADIR = None
def isOSX(): def isOSX():
return sys.platform == "darwin" return sys.platform == "darwin"
@ -114,4 +115,5 @@ def getDataDir():
print(e) print(e)
return "" return ""
DATADIR = getDataDir() DATADIR = getDataDir()