fixed import

This commit is contained in:
Norman Rasmussen 2006-01-18 21:03:29 +00:00
parent 0ed65051e1
commit d5842b8e81
1 changed files with 2 additions and 2 deletions

View File

@ -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.