aboutsummaryrefslogtreecommitdiff
path: root/SysIndicator.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 03:09:17 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 03:09:17 +0200
commitac531e0ca0b17902821966530629e434d0cdf9f7 (patch)
tree79610f0cd53fa20555c7adc43ee51ef8ba78ad62 /SysIndicator.py
parent3c471f39667477fcdd83efb44dad4fc3968ca535 (diff)
downloadpyParrotZikTCP-ac531e0ca0b17902821966530629e434d0cdf9f7.tar.xz
pyParrotZikTCP-ac531e0ca0b17902821966530629e434d0cdf9f7.zip
Make names more pythonic
Diffstat (limited to '')
-rw-r--r--indicator.py (renamed from SysIndicator.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/SysIndicator.py b/indicator.py
index 6aa4686..05ffec7 100644
--- a/SysIndicator.py
+++ b/indicator.py
@@ -10,7 +10,7 @@ elif sys.platform == "darwin":
from Foundation import *
from AppKit import *
from PyObjCTools import AppHelper
- from StatusAppMac import StatusApp
+ from status_app_mac import StatusApp
class BaseIndicator(object):