mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 22:17:24 +00:00
resolve ununsed code imports
This commit is contained in:
parent
e3b3377f9e
commit
edfc38bffb
6 changed files with 4 additions and 14 deletions
|
|
@ -9,13 +9,12 @@ SMS77-Plugin to send FMS-, ZVEI- and POCSAG - messages to SMS77
|
|||
@requires: SMS77-Configuration has to be set in the config.ini
|
||||
"""
|
||||
|
||||
import time
|
||||
import logging # Global logger
|
||||
import httplib #for the HTTP request
|
||||
import urllib
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
from includes.helper import timeHandler
|
||||
'from includes.helper import timeHandler
|
||||
from includes.helper import configHandler
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue