Use ~/.thun instead of ~/.joypy as default JOY_HOME.

And some copyright notices I missed.
This commit is contained in:
Simon Forman
2019-05-06 13:54:55 -07:00
parent b3a79df9a9
commit f236be510a
4 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -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?')