In C# 2, there is now a root namespace identifier which you can use to disambiguate. That may not yet be supported in IronPython, but I imagine it's probably straightforward to add. from __global__ import * .. or the like -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Jacobs Sent: Sunday, July 17, 2005 3:21 AM
Yes, it appears you can...however IronPython throws away exported types without a namespace. Not sure what the reason for this may be, I'd have thought that classes from an assembly without a namespace should just belong to the top-level module. _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com