black my mortal enemy. thank you for changing one line maybe
This commit is contained in:
parent
9253a6fcff
commit
7b1fdeb62e
1 changed files with 5 additions and 3 deletions
|
@ -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()
|
Loading…
Reference in a new issue