From d5842b8e8111f1a38bd83903a3511f376d4dfdd4 Mon Sep 17 00:00:00 2001 From: Norman Rasmussen Date: Wed, 18 Jan 2006 21:03:29 +0000 Subject: [PATCH] fixed import --- src/common/xmpp/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/xmpp/commands.py b/src/common/xmpp/commands.py index 474afc6f0..4dcf0b588 100644 --- a/src/common/xmpp/commands.py +++ b/src/common/xmpp/commands.py @@ -31,8 +31,8 @@ What it supplies: A means of handling requests, by redirection though the command manager. """ -from xmpp.protocol import * -from xmpp.client import PlugIn +from protocol import * +from client import PlugIn class Commands(PlugIn): """Commands is an ancestor of PlugIn and can be attached to any session.