Re: [Ironpython-users] location for zipimport.cs

2011-06-28 Thread Slide
Ok, that was the direction I was going, just wanted to make sure. Thanks Slide On Jun 28, 2011 10:40 PM, "Jeff Hardy" wrote: > On Tue, Jun 28, 2011 at 10:31 AM, Slide wrote: >> I am working on an implementation of zipimport.cs, there are some changes >> needed to sys.cs in order to add the zipi

Re: [Ironpython-users] location for zipimport.cs

2011-06-28 Thread Jeff Hardy
On Tue, Jun 28, 2011 at 10:31 AM, Slide 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 in

[Ironpython-users] location for zipimport.cs

2011-06-28 Thread Slide
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