Commit d50e53a8 authored by Vincent Pelletier's avatar Vincent Pelletier

Replace an "*" import by one explicitely stating what it needs to import.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@310 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c0335216
...@@ -20,7 +20,7 @@ from threading import RLock ...@@ -20,7 +20,7 @@ from threading import RLock
from neo.protocol import Packet, ProtocolError from neo.protocol import Packet, ProtocolError
from neo.event import IdleEvent from neo.event import IdleEvent
from neo.connector import * from neo.connector import ConnectorTryAgainException, ConnectorInProgressException
def lockCheckWrapper(func): def lockCheckWrapper(func):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment