summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/handler/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/xmlstream/handler/base.py')
-rw-r--r--slixmpp/xmlstream/handler/base.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/slixmpp/xmlstream/handler/base.py b/slixmpp/xmlstream/handler/base.py
index 36723597..b6bff096 100644
--- a/slixmpp/xmlstream/handler/base.py
+++ b/slixmpp/xmlstream/handler/base.py
@@ -77,8 +77,3 @@ class BaseHandler(object):
of stream handlers.
"""
return self._destroy
-
-
-# To comply with PEP8, method names now use underscores.
-# Deprecated method names are re-mapped for backwards compatibility.
-BaseHandler.checkDelete = BaseHandler.check_delete