aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/base.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 13:41:06 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 13:41:06 +0200
commitf291feaa8a33645850818f811ba8d7f9eb9d4c31 (patch)
tree29e085ca418110a81aee21c1794a654200301212 /parrot_zik/indicator/base.py
parent3b4f022722e43d5821f4d2276018242c88cb1ed3 (diff)
downloadpyParrotZikTCP-f291feaa8a33645850818f811ba8d7f9eb9d4c31.tar.xz
pyParrotZikTCP-f291feaa8a33645850818f811ba8d7f9eb9d4c31.zip
Refactor.
Diffstat (limited to 'parrot_zik/indicator/base.py')
-rw-r--r--parrot_zik/indicator/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parrot_zik/indicator/base.py b/parrot_zik/indicator/base.py
index 8204fa9..b29368e 100644
--- a/parrot_zik/indicator/base.py
+++ b/parrot_zik/indicator/base.py
@@ -7,7 +7,8 @@ class BaseIndicator(object):
def setIcon(self, name):
raise NotImplementedError
- def main(self):
+ @classmethod
+ def main(cls):
raise NotImplementedError
def show_about_dialog(self, widget):