beremiz

089ecd14deb3
MQTT: Fix warning when subscribing first topic from python.

Ensure that message callback is already set before subscribing a topic from python.
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient
from .library import MQTTLibrary