13 Apr
2012
13 Apr
'12
8:36 a.m.
On Fri, Apr 13, 2012 at 01:37, Tres Seaver <tseaver@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