removed support for multiple interpreters
This commit is contained in:
parent
cbd9300f7f
commit
c7aced7c3f
@ -46,8 +46,6 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
|
|||||||
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with client / server tcp socket connections.
|
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with client / server tcp socket connections.
|
||||||
For more Information read the documentation.""" % __name__.replace('_', '\\_')
|
For more Information read the documentation.""" % __name__.replace('_', '\\_')
|
||||||
"""The Module Description"""
|
"""The Module Description"""
|
||||||
__INTERPRETER__ = (2, 3)
|
|
||||||
"""The Tested Interpreter-Versions"""
|
|
||||||
|
|
||||||
|
|
||||||
class tcp_base(object):
|
class tcp_base(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user