aboutsummaryrefslogtreecommitdiff
path: root/SysIndicator.py
diff options
context:
space:
mode:
Diffstat (limited to 'SysIndicator.py')
-rw-r--r--SysIndicator.py2
1 files changed, 0 insertions, 2 deletions
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