gvalkov / jenkins-webapi

Python library for interacting with jenkins ci
http://jenkins-webapi.rtfd.org/
Other
16 stars 14 forks source link

Added `__hash__` and `__eq__` methods. #13

Closed bartoszj closed 8 years ago

bartoszj commented 8 years ago

This pull request allows to compare objects and allows to use them in set and dict collections.