adammck / pygsm

Send and receive SMS via a GSM modem in Python
BSD 3-Clause "New" or "Revised" License
133 stars 57 forks source link

Syntax error in gsmmodem.py #2

Closed tmcw closed 15 years ago

tmcw commented 15 years ago

It looks like line 692 of gsmmodem.py has a syntax error:

Traceback (most recent call last): File "sms_rest.py", line 1, in import cherrypy, pygsm, sqlite3, ConfigParser File "/Users/tmcw/Apps/sms_rest/pygsm/init.py", line 5, in from gsmmodem import GsmModem File "/Users/tmcw/Apps/sms_rest/pygsm/gsmmodem.py", line 692 except Exception as err: ^ Replacing 'as', with a comma works.

adammck commented 15 years ago

Fixed by SHA: f44f4aa5884f34a58ba59aa4e0db631c969ddca6