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
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
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