diff --git a/setup.py b/setup.py index f8a140c..8f325eb 100644 --- a/setup.py +++ b/setup.py @@ -27,5 +27,5 @@ "License :: OSI Approved :: MIT License", "Typing :: Typed", ], - packages=["collegamento", "collegamento.simple_client_server"], + packages=["collegamento", "collegamento.sclient_server"], ) diff --git a/tests/test_file_variant.py b/tests/test_file_variant.py index 761fb36..63fee69 100644 --- a/tests/test_file_variant.py +++ b/tests/test_file_variant.py @@ -1,12 +1,6 @@ from time import sleep -from collegamento import ( - USER_FUNCTION, - FileClient, - FileServer, - Request, - Response, -) +from collegamento import FileClient, FileServer, Request, Response def func(server: FileServer, request: Request) -> bool: