strongswan / swidGenerator

Application which generates SWID-Tags from Linux package managers like dpkg, rpm or pacman.
MIT License
16 stars 11 forks source link

Python 2.6 support #34

Closed dbrgn closed 10 years ago

dbrgn commented 10 years ago

This should add Python 2.6 support, as indirectly requested in #33. Wasn't that hard after all (except for the monkey patching).

@tobiasbrunner could you review this?

tobiasbrunner commented 10 years ago

Looks OK to me.