Merge branch 'master' into bumper-certs

This commit is contained in:
Brian Martin
2019-06-14 08:13:55 -05:00
committed by GitHub
3 changed files with 5 additions and 7 deletions
+3 -4
View File
@@ -11,10 +11,9 @@ import ssl
import requests
import stringcase
import os
from sleekxmpp import ClientXMPP, Callback, MatchXPath
from sleekxmpp.xmlstream import ET
from sleekxmpp.exceptions import XMPPError
from sleekxmppfs import ClientXMPP, Callback, MatchXPath
from sleekxmppfs.xmlstream import ET
from sleekxmppfs.exceptions import XMPPError
from paho.mqtt.client import Client as ClientMQTT
from paho.mqtt import publish as MQTTPublish