lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
735 stars 124 forks source link

Remove six dependency #31

Closed msnoigrs closed 9 years ago

msnoigrs commented 9 years ago

This patch remove six dependency. Could you please consider this PR.

lkiesow commented 9 years ago

Hi @masayuko , I am going to merge in your pull request since I personally do not really care and your patch is working without problem. Just out of curiosity, is there a special reason for you to get rid of six?

msnoigrs commented 8 years ago

Hi. It just decrements the number of dependencies for simplicity.