mortada / fredapi

Python API for FRED (Federal Reserve Economic Data) and ALFRED (Archival FRED)
Apache License 2.0
904 stars 159 forks source link

setup.py fails #2

Closed ProgHog231 closed 9 years ago

ProgHog231 commented 9 years ago

Hi, I noticed setup.py fails on the following in fred.py:

line 56 except HTTPError, exc:

Should this be

except HTTPError as exc:

mortada commented 9 years ago

good catch, it's fixed, thank you!