diff options
Diffstat (limited to 'skype/skyped.py')
-rw-r--r-- | skype/skyped.py | 2 |
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) |