On Fri, Apr 13, 2012 at 01:37, Tres Seaver <tsea...@palladion.com> wrote: > How deep is the six dependency? For every package I've ported to date, > it has ended up being more sensible to implement a local '_compat' module > which had only the needed straddles (sometimes inspired by six, sometimes > very localized).
You can also just copy six.py into the module and use it from there. That way it's not an external dependency any more. //Lennart _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )