# HG changeset patch # User Steve Losh # Date 1276441632 14400 # Node ID 04f43fdb2423c0b3aed12fe90de315e1d5ec2c78 # Parent 4196b409b8b056bcdee79fc29268b8e11582da89 contrib/deploy: get my paths out of there diff -r 4196b409b8b0 -r 04f43fdb2423 contrib/deploy/wsgi.py --- a/contrib/deploy/wsgi.py Sun Jun 13 10:44:27 2010 -0400 +++ b/contrib/deploy/wsgi.py Sun Jun 13 11:07:12 2010 -0400 @@ -4,9 +4,9 @@ # If hg-review is not on your webserver's PYTHONPATH, uncomment the lines # below and point it at the hg-review/review directory. import sys -sys.path.insert(0, "/Users/sjl/src/hg-review/review") +sys.path.insert(0, "/path/to/hg-review/review") -REPO = '/Users/sjl/Desktop/hg-review' +REPO = '/path/to/your/repo' READ_ONLY = True ALLOW_ANON_COMMENTS = True ANON_USER = 'Anonymous '