pycrest / PyCrest

Python library for accessing the EVE Online CREST API
MIT License
35 stars 22 forks source link

use hashlib instead of hash() #31

Closed wtfrank closed 8 years ago

wtfrank commented 8 years ago

solves issue of inconsistent hashing in python 3

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 95.341% when pulling 23572c3c4fb09a255763511ebe18a95f768ceac5 on wtfrank:python3-hash-fix into 4b33a71b1567c0ddc862580ec079c0112b82a616 on pycrest:master.

hkraal commented 8 years ago

Looking good @wtfrank! I've added two inline comments regarding PEP8 syntax errors, if you can straighten those out this can be merged and #30 can be closed! :+1:

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 95.341% when pulling 967bb120c7e1c906163920815896bfa22101e6c1 on wtfrank:python3-hash-fix into 4b33a71b1567c0ddc862580ec079c0112b82a616 on pycrest:master.