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)
commit947a8e5b58859078ab5a260a1664610673ddf0e2
tree0410cea48e30944f6588c3b3a4ff0a0bd5367678
parent1e98086e7040991b7aa6904fbac30f256a84f299
Fixed except statements subtle syntax error

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.
biaweb_exporter.py