On Tue, Jun 28, 2011 at 10:31 AM, Slide <slide.o....@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 _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users