# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1257697095 18000
# Node ID d190eacb58c67a42c844d7a4e3cfdc4837965617
# Parent  f8f5df21305c93d27fa9382cff3590b6577e3f81
Modify the gorilla path.

diff -r f8f5df21305c -r d190eacb58c6 .bashrc
--- a/.bashrc	Sun Nov 01 17:46:24 2009 -0500
+++ b/.bashrc	Sun Nov 08 11:18:15 2009 -0500
@@ -56,6 +56,6 @@
 
 # Gorilla --------------------------------------------------------------------
 
-export PATH="~/src/gorilla/bin:$PATH"
+export PATH="/Users/sjl/src/gorilla/bin:$PATH"
 export PYTHONPATH="/Users/sjl/src/gorilla/lib:$PYTHONPATH"