From bae19499ad26ca1104c8aa74125d9ca42f15622c Mon Sep 17 00:00:00 2001 From: PeterLaemmle Date: Mon, 3 Oct 2016 16:09:20 +0200 Subject: [PATCH] Update Telegram.py --- plugins/Telegram/Telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Telegram/Telegram.py b/plugins/Telegram/Telegram.py index ebc3392..3a1e64d 100644 --- a/plugins/Telegram/Telegram.py +++ b/plugins/Telegram/Telegram.py @@ -11,7 +11,7 @@ Plugin to send FMS-, ZVEI- and POCSAG-messages via Telegram # Imports # import logging # Global logger -import httplib, urllib, telegram, googlemaps +import urllib, telegram, googlemaps from includes import globalVars # Global variables # Helper function, uncomment to use