aboutsummaryrefslogtreecommitdiffstats
path: root/servo/messaging/sms.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
commit2298cfd9bbc5d45bca32243a6d54d20a697651ec (patch)
tree95e64b82ccf6e56181961ec53df9b44ee6abee67 /servo/messaging/sms.py
parentd4a15caf7c56e8bb3bac247a0c8e3aa1420e642f (diff)
downloadServo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.gz
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.bz2
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.zip
Cleanup
Diffstat (limited to 'servo/messaging/sms.py')
-rw-r--r--servo/messaging/sms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/servo/messaging/sms.py b/servo/messaging/sms.py
index 7f9535d..352a297 100644
--- a/servo/messaging/sms.py
+++ b/servo/messaging/sms.py
@@ -166,5 +166,6 @@ class HttpProvider:
'to' : number
})
- f = urllib.urlopen("%s?%s" % (conf['sms_http_url'], params), context=_create_unverified_context())
+ f = urllib.urlopen("%s?%s" % (conf['sms_http_url'], params),
+ context=_create_unverified_context())
return f.read()