Fixed except statements subtle syntax error
authorHarishankar <v.harishankar@gmail.com>
Tue, 7 Dec 2010 08:18:40 +0000 (13:48 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 7 Dec 2010 08:18:40 +0000 (13:48 +0530)
Now fixed the except statements by wrapping multiple exceptions
as a tuple. Earlier the exceptions were not wrapped in parantheses
and though not a syntax error, it was not what was intended.


No differences found