fixed import
This commit is contained in:
parent
0ed65051e1
commit
d5842b8e81
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ What it supplies:
|
||||||
A means of handling requests, by redirection though the command manager.
|
A means of handling requests, by redirection though the command manager.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from xmpp.protocol import *
|
from protocol import *
|
||||||
from xmpp.client import PlugIn
|
from client import PlugIn
|
||||||
|
|
||||||
class Commands(PlugIn):
|
class Commands(PlugIn):
|
||||||
"""Commands is an ancestor of PlugIn and can be attached to any session.
|
"""Commands is an ancestor of PlugIn and can be attached to any session.
|
||||||
|
|
Loading…
Add table
Reference in a new issue