mirror of https://gitlab.com/pamhyr/pamhyr2
pamhyr: Fix window compatibility.
parent
cbaf66575b
commit
f1c4ebec25
|
|
@ -40,7 +40,7 @@ class Config(object):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def filename(cls):
|
def filename(cls):
|
||||||
return os.environ["HOME"] + config_dir + config_file
|
return os.path.expanduser('~user') + config_dir + config_file
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def languages(cls):
|
def languages(cls):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue