Use ~/.thun instead of ~/.joypy as default JOY_HOME.
And some copyright notices I missed.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ FULLSCREEN = '-f' in sys.argv
|
||||
|
||||
JOY_HOME = os.environ.get('JOY_HOME')
|
||||
if JOY_HOME is None:
|
||||
JOY_HOME = os.path.expanduser('~/.joypy')
|
||||
JOY_HOME = os.path.expanduser('~/.thun')
|
||||
if not os.path.isabs(JOY_HOME):
|
||||
raise ValueError('what directory?')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user