Remove unused logging module import.

pull/61/head
Christian T. Jacobs 2017-06-30 12:32:07 +01:00
rodzic 2ddfc2d061
commit 70cf060d66
4 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -18,7 +18,6 @@
# along with PyQSO. If not, see <http://www.gnu.org/licenses/>.
from gi.repository import Gtk
import logging
try:
import configparser
except ImportError:

Wyświetl plik

@ -18,7 +18,6 @@
# along with PyQSO. If not, see <http://www.gnu.org/licenses/>.
import os
import logging
class TelnetConnectionDialog:

Wyświetl plik

@ -17,8 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with PyQSO. If not, see <http://www.gnu.org/licenses/>.
import logging
class Toolbar:

Wyświetl plik

@ -17,8 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with PyQSO. If not, see <http://www.gnu.org/licenses/>.
import logging
from pyqso.dx_cluster import *
from pyqso.grey_line import *
from pyqso.awards import *