From 7c3e61950d902441dfb86de0cdebbc4ff38033a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 21 Sep 2014 18:51:06 +0200 Subject: Remove all deprecated alias in the core of slixmpp, and wherever they were used. --- slixmpp/plugins/base.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'slixmpp/plugins/base.py') diff --git a/slixmpp/plugins/base.py b/slixmpp/plugins/base.py index d3f751fb..06be3789 100644 --- a/slixmpp/plugins/base.py +++ b/slixmpp/plugins/base.py @@ -351,6 +351,3 @@ class BasePlugin(object): Only needed if the plugin has circular dependencies. """ pass - - -base_plugin = BasePlugin -- cgit v1.2.3