Samuel Merritt 3944d82038 Catch AttributeError less often
I always get tripped up when I'm editing code that catches
AttributeError and does something with it. I'll type "req.emthod" or
something, and next thing I know I'm getting 405s in all my unit
tests. This diff removes some places where we catch AttributeError
(sometimes, having deliberately thrown it only one line before) so
that typos can crash the way Guido intended.

Change-Id: I2f7586f96b41a97e6ae254efc83218b3b5c6cc9e
2016-06-14 16:10:16 -07:00
..
2016-06-14 16:10:16 -07:00
2016-05-31 17:11:13 +02:00
2016-06-14 16:10:16 -07:00
2016-06-14 16:10:16 -07:00
2016-06-03 06:49:09 +00:00
2016-06-14 16:10:16 -07:00
2016-06-14 16:10:16 -07:00