Skip to content
Snippets Groups Projects
Commit f83eb5ae authored by steve-e's avatar steve-e
Browse files

Remove two more "from protocol import *".

parent e98a6489
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Simple roster implementation. Can be used though for different tasks like
mass-renaming of contacts.
'''
from protocol import *
from protocol import JID, Iq, Presence, Node, NS_ROSTER
from client import PlugIn
import logging
......
......@@ -27,7 +27,6 @@ connection handling.
from simplexml import ustr
from client import PlugIn
from idlequeue import IdleObject
from protocol import *
import proxy_connectors
import tls_nb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment