[Ironpython-users] location for zipimport.cs

Jeff Hardy jdhardy at gmail.com
Wed Jun 29 07:40:07 CEST 2011


On Tue, Jun 28, 2011 at 10:31 AM, Slide <slide.o.mix at gmail.com> wrote:
> I am working on an implementation of zipimport.cs, there are some changes
> needed to sys.cs in order to add the zipimporter to sys path_hooks. I
> currently have zipimport.cs in the IronPython class library, but am
> wondering if I should put it into IronPython.Modules. Are there any
> guidelines for this sort of thing?

IronPython.dll should not be calling into IronPython.Modules.dll; if
it needs to be called from sys.cs, it should go into
Languages\IronPython\IronPython\Modules.

- Jeff


More information about the Ironpython-users mailing list