From c6442c2eb44c38d6cbe64f8ebe7b4132c70a6326 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Fri, 12 Jun 2015 13:45:42 +0200 Subject: Remove unused imports. --- ParrotZik.py | 1 - ParrotZikTray | 3 --- StatusAppMac.py | 2 -- SysIndicator.py | 2 -- 4 files changed, 8 deletions(-) diff --git a/ParrotZik.py b/ParrotZik.py index 200126e..f7db9f2 100644 --- a/ParrotZik.py +++ b/ParrotZik.py @@ -5,7 +5,6 @@ else: import bluetooth import ParrotProtocol -import struct from BeautifulSoup import BeautifulSoup class ParrotZik(object): diff --git a/ParrotZikTray b/ParrotZikTray index 57464a7..9d392a3 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -1,9 +1,6 @@ #!/usr/bin/env python -import sys -import gtk import re -import os import ParrotZik import BluetoothPairedDevices from SysIndicator import * diff --git a/StatusAppMac.py b/StatusAppMac.py index 109532f..9ecd528 100644 --- a/StatusAppMac.py +++ b/StatusAppMac.py @@ -1,7 +1,5 @@ -import objc from Foundation import * from AppKit import * -from PyObjCTools import AppHelper class StatusApp(NSApplication): diff --git a/SysIndicator.py b/SysIndicator.py index 1b344c8..145f0bd 100644 --- a/SysIndicator.py +++ b/SysIndicator.py @@ -1,14 +1,12 @@ #!/usr/bin/env python import sys -import re import os import tempfile if sys.platform=="linux2" or sys.platform=="win32": import gtk elif sys.platform=="darwin": - import objc from Foundation import * from AppKit import * from PyObjCTools import AppHelper -- cgit v1.2.1