File "/usr/local/lib/python3.5/dist-packages/tinyrpc/transports/http.py", line 4, in <module>
from Queue import Queue
ImportError: No module named 'Queue'
Thanks for contributing.
Within a few weeks I hope to create a new release.
In it the import of Queue has gone.
That makes your pull request superfluous.
I will therefore close this request.
When I tried to import
tinyrpc
, I got this error.so, I modified code to avoid version problems.
this is related with issue #12