aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-12-09 11:27:26 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2009-12-09 11:27:26 +0100
commitd9bca7f677c3e8461171dd9a9ea4522933834787 (patch)
tree146f06f54e990800f41a1020d8db706171324bab
parent3129b9925dbaa44c98cfcbad2ee16ae802100857 (diff)
skyped: cleanup
-rw-r--r--skype/skyped.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/skype/skyped.py b/skype/skyped.py
index 3849d807..03c05b2d 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -35,8 +35,6 @@ from traceback import print_exception
__version__ = "0.1.1"
-SKYPE_SERVICE = 'com.Skype.API'
-
def eh(type, value, tb):
if type != KeyboardInterrupt:
print_exception(type, value, tb)