sdague / amt

Python tools for interacting with Intel's AMT hardware control interfaces
Apache License 2.0
64 stars 30 forks source link

Issue#10: No configparser in Python2 #11

Closed chenl closed 7 years ago

chenl commented 7 years ago

configparser can't be imported in Python2, so a fallback in required.

chenl commented 7 years ago

I didn't know if you have it already as a dependency, and I didn't want to introduce another one.

sdague commented 7 years ago

thanks!

sdague commented 7 years ago

Released in 0.5.0 on pypi now

chenl commented 7 years ago

Grate,

Verified that it is working, and added it in my requirements.txt :)

Thanks.

On Thu, Oct 20, 2016 at 6:01 PM, Sean Dague notifications@github.com wrote:

Released in 0.5.0 on pypi now

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sdague/amt/pull/11#issuecomment-255131999, or mute the thread https://github.com/notifications/unsubscribe-auth/ABmZU6BTb4M30N4zScnfLlxBrfAxvC3Hks5q14JTgaJpZM4KbHPm .

Cheers, Chen.