commit e30e005503bc22ef6c8e54c6db45b8df1ef43446 Author: David Fifield david@bamsoftware.com Date: Sat May 18 19:23:55 2013 -0700
I'm guessing these extra parens aren't needed. --- appspot/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appspot/app.yaml b/appspot/app.yaml index 27cccb3..fa86e75 100644 --- a/appspot/app.yaml +++ b/appspot/app.yaml @@ -4,6 +4,6 @@ runtime: go api_version: go1
handlers: -- url: /(ip|(reg/.+)) +- url: /(ip|reg/.+) script: _go_app secure: always
tor-commits@lists.torproject.org