~boiko/telepathy-ofono/fix_python_errors

« back to all changes in this revision

Viewing changes to tpofono/ofono/ofonomessages.py

  • Committer: Gustavo Pichorim Boiko
  • Date: 2013-03-26 21:12:53 UTC
  • Revision ID: gustavo.boiko@canonical.com-20130326211253-v9k7uuxeue4gpe18
Fix style issues reported by pep8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
logger = logging.getLogger('oFonoMessages')
25
25
 
 
26
 
26
27
class oFonoMessages:
27
28
 
28
29
    PROPERTY_KEY_STATUS = "State"
75
76
        objectPath = self.ofono_message_proxy.SendMessage(to, message)
76
77
        self.pendingMessages[objectPath] = textChannel
77
78
        return objectPath
78