faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
384 stars 302 forks source link

Little fix to refers to SerialComms.write with super() #25

Closed gdraynz closed 10 years ago

gdraynz commented 10 years ago

To be consistent with other SerialComms methods calls. :) Great work on that lib, by the way !

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling ba909dbc3005e602c8c01e9f06d1955bc2f47352 on gdraynz:master into d98eec6198f926e4cce29b6c9d90edbb3039f351 on faucamp:master.

faucamp commented 10 years ago

Thanks! :) Much appreciated.