Switching the syntax of this exception-raise
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jul 2012 14:06:01 +0000 (09:06 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jul 2012 14:06:01 +0000 (09:06 -0500)
commit118bafbd815922b759ed619412411878ef8b69f6
tree0eeb0093fd3321240deab109354c42f929a8e063
parent1ec85bb3de52ed67af176b76f0eda29df78c2193
Switching the syntax of this exception-raise

It's nicer to raise exceptions like
  raise Exception("foo")
than
  raise Exception, "foo"
mediagoblin/tools/files.py