]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
Enable loading without ssl import
authorJan-Piet Mens <jpmens@gmail.com>
Wed, 27 Nov 2013 20:51:46 +0000 (21:51 +0100)
committerRoger Light <roger@atchoo.org>
Mon, 3 Feb 2014 21:20:21 +0000 (21:20 +0000)
commitdbb744168e43825a4102d201250eeb9369896e8e
tree968656adbf7ac4140a416aad99a688d9039237f6
parentf1bbfe45748e00531571a441325017d16c6f153d
Enable loading without ssl import
   Until now, an `import mosquitto' fails on platforms without ssl.
   This patch allows client.py to be used in spite of not being
   able to import ssl; If a client attempts to use the tls_()
   functions, an error is raised.

Signed-off-by: Jan-Piet Mens <jpmens@gmail.com>
src/paho/mqtt/client.py