robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
150 stars 82 forks source link

Import ABC from collections.abc instead of collections for Python 3 compatibility #59

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #58

pekkaklarck commented 4 years ago

Thanks!

tirkarthi commented 4 years ago

Thanks @pekkaklarck for the review and merge :)