Remove underscore from module names

This commit is contained in:
Lonami Exo
2018-06-18 21:02:42 +02:00
parent 262018959f
commit 4e9a84c3b5
19 changed files with 17 additions and 20 deletions

View File

@@ -3,5 +3,5 @@ Several extensions Python is missing, such as a proper class to handle a TCP
communication with support for cancelling the operation, and an utility class
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
"""
from .binary_reader import BinaryReader
from .tcp_client import TcpClient
from .binaryreader import BinaryReader
from .tcpclient import TcpClient