The unified diff between revisions [8c5c8a3d..] and [e331aa42..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'config.py'
# # # patch "config.py" # from [2532e16eeb23781130fb73fc44f0ea8c78037dff] # to [3b32f26bb0a045f902ded27d5c8049eeb41e0b1c] # ============================================================ --- config.py 2532e16eeb23781130fb73fc44f0ea8c78037dff +++ config.py 3b32f26bb0a045f902ded27d5c8049eeb41e0b1c @@ -2,7 +2,7 @@ import os import datetime import os -install_path = '/home/grahame/monotone/memes/' +install_path = '/Users/grahame/monotone/memes/' storage_path = os.path.join(install_path, 'storage') word_db = os.path.join(install_path, 'word.db')