aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/skyped.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/skype/skyped.py b/skype/skyped.py
index 272e02e7..32048fdd 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -36,7 +36,6 @@ from traceback import print_exception
__version__ = "0.1.1"
SKYPE_SERVICE = 'com.Skype.API'
-CLIENT_NAME = 'SkypeApiPythonShell'
def eh(type, value, tb):
if type != KeyboardInterrupt: