diff options
author | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:45:42 +0200 |
---|---|---|
committer | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 13:47:21 +0200 |
commit | c6442c2eb44c38d6cbe64f8ebe7b4132c70a6326 (patch) | |
tree | 94f56c3e6addc4129e4085e4a1b63a22c79ab178 /ParrotZikTray | |
parent | b3912b7c65288aeb5324131cb20b83e9b0bca513 (diff) | |
download | pyParrotZikTCP-c6442c2eb44c38d6cbe64f8ebe7b4132c70a6326.tar.xz pyParrotZikTCP-c6442c2eb44c38d6cbe64f8ebe7b4132c70a6326.zip |
Remove unused imports.
Diffstat (limited to '')
-rwxr-xr-x | ParrotZikTray | 3 |
1 files changed, 0 insertions, 3 deletions
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 * |