ports/devel/py-thrift/patches/patch-test_test_socket_py

13 lines
311 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: test/test_socket.py
--- test/test_socket.py.orig
+++ test/test_socket.py
@@ -3,7 +3,7 @@ import unittest
from test_sslsocket import ServerAcceptor
-import _import_local_thrift # noqa
+import thrift
from thrift.transport.TSocket import TServerSocket
from thrift.transport.TSocket import TSocket