From 70cf060d66c8799801a3d61a3483db74d14e35f8 Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Fri, 30 Jun 2017 12:32:07 +0100 Subject: [PATCH] Remove unused logging module import. --- pyqso/menu.py | 1 - pyqso/telnet_connection_dialog.py | 1 - pyqso/toolbar.py | 2 -- pyqso/toolbox.py | 2 -- 4 files changed, 6 deletions(-) diff --git a/pyqso/menu.py b/pyqso/menu.py index 26ae1d3..1881a86 100644 --- a/pyqso/menu.py +++ b/pyqso/menu.py @@ -18,7 +18,6 @@ # along with PyQSO. If not, see . from gi.repository import Gtk -import logging try: import configparser except ImportError: diff --git a/pyqso/telnet_connection_dialog.py b/pyqso/telnet_connection_dialog.py index d5dfb0b..6c4a12a 100644 --- a/pyqso/telnet_connection_dialog.py +++ b/pyqso/telnet_connection_dialog.py @@ -18,7 +18,6 @@ # along with PyQSO. If not, see . import os -import logging class TelnetConnectionDialog: diff --git a/pyqso/toolbar.py b/pyqso/toolbar.py index 0ae3203..9785ec5 100644 --- a/pyqso/toolbar.py +++ b/pyqso/toolbar.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with PyQSO. If not, see . -import logging - class Toolbar: diff --git a/pyqso/toolbox.py b/pyqso/toolbox.py index 368c42c..feeef00 100644 --- a/pyqso/toolbox.py +++ b/pyqso/toolbox.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with PyQSO. If not, see . -import logging - from pyqso.dx_cluster import * from pyqso.grey_line import * from pyqso.awards import *