diff options
author | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 22:31:29 +0200 |
---|---|---|
committer | Marek Siarkowicz <mareksiarkowicz@gmail.com> | 2015-06-12 22:31:29 +0200 |
commit | efb6d2808391ffc006996cacc70273fd67f12513 (patch) | |
tree | b7b24cb3abaf04cf844efac5e92f2ed8ef933d44 | |
parent | 4d780ca17fd26bf963f0a530fb5cf50e4435f2b0 (diff) | |
download | pyParrotZikTCP-efb6d2808391ffc006996cacc70273fd67f12513.tar.xz pyParrotZikTCP-efb6d2808391ffc006996cacc70273fd67f12513.zip |
Remove unneeded.
-rwxr-xr-x | ParrotZikTray | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ParrotZikTray b/ParrotZikTray index 6a7ab69..ee492b2 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -33,10 +33,6 @@ class repeat(object): self.id = None -class Stop(Exception): - pass - - class ParrotZikIndicator(SysIndicator): def __init__(self): |