hi,
I am looking for a way to use module created as .net assembly as part of
the package
So instead of having:
import clr
clr.AddReferenceToFileAndPath(".\maplookup.dll")
import maplookup
I prefer:
import clr
clr.AddReferenceToFileAndPath(".\maplookup.dll")
import xmldiff.maplookup
Is there any way to accomplish it?
Thanks
--Pawel
_______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
