aboutsummaryrefslogtreecommitdiff
path: root/SysIndicator.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 13:40:17 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 13:42:27 +0200
commit419e24ce24087a3f0159fb5c7527eab766987155 (patch)
tree08ab2675cd0fdb42f1cb227b8a48ed541dca63b8 /SysIndicator.py
parent7dff0e8494563b037808dda635dd73d243eb2ae7 (diff)
downloadpyParrotZikTCP-419e24ce24087a3f0159fb5c7527eab766987155.tar.xz
pyParrotZikTCP-419e24ce24087a3f0159fb5c7527eab766987155.zip
Replace tabs with 4 spaces.
Diffstat (limited to 'SysIndicator.py')
-rw-r--r--SysIndicator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SysIndicator.py b/SysIndicator.py
index 3c79286..1b344c8 100644
--- a/SysIndicator.py
+++ b/SysIndicator.py
@@ -22,7 +22,7 @@ class SysIndicator:
import appindicator
self.icon_directory = os.path.sep + 'usr' + os.path.sep+ 'share' + os.path.sep+'icons' + os.path.sep+'zik'+ os.path.sep
if not os.path.isdir(self.icon_directory):
- self.icon_directory = os.path.dirname(sys.argv[0]) + os.path.sep + 'share' + os.path.sep+'icons' + os.path.sep+'zik'+ os.path.sep
+ self.icon_directory = os.path.dirname(sys.argv[0]) + os.path.sep + 'share' + os.path.sep+'icons' + os.path.sep+'zik'+ os.path.sep
self.statusicon = appindicator.Indicator("new-parrotzik-indicator",
"indicator-messages",
appindicator.CATEGORY_APPLICATION_STATUS)
@@ -152,4 +152,4 @@ if __name__ == "__main__":
menu.append(quit_item)
indicator = SysIndicator(icon = "zik-audio-headset",menu = menu)
- indicator.main() \ No newline at end of file
+ indicator.main()