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
@@ -194,7 +194,7 @@ def check_filename(name):
if __name__ == '__main__':
JOY_HOME = os.path.expanduser('~/.joypy')
JOY_HOME = os.path.expanduser('~/.thun')
pt = PersistTask(JOY_HOME)
content_id, thing = pt.open('stack.pickle')
pt.persist(content_id)