Obfsproxy has incorrect Error type

In the socks.py file of obfsproxy there is a small bug with the csv reader.

in line 133: except csvError, err: should be except csv.Error, err:. csvError does not exist and I think its just missing the period.

Trac:
Username: RushingWookie