Re: [Distutils] PEP 420 on python2

2017-07-14 Thread Asmodehn Shade
, 2017 9:19 PM, "Nick Coghlan" <ncogh...@gmail.com> wrote: > On 14 July 2017 at 12:12, Asmodehn Shade <asmod...@gmail.com> wrote: > > Hi everyone, > > > > I m very new around here, I just wanted to let you know that while > writing a > > custom i

[Distutils] PEP 420 on python2

2017-07-14 Thread Asmodehn Shade
Hi everyone, I m very new around here, I just wanted to let you know that while writing a custom importer for py2 and py3, I ended up backporting some python3 libimport code to python2. The code is over there : https://github.com/asmodehn/filefinder2 This way I now support importing packages