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