Is this an acceptable way to simulate the type of namespace you'd define in
C#, VB, etc?

class SimulatedNamespace:
    class SomeClass(object):
        ....

It seems to work ok in my tests, but is there some pitfall to doing this?

-- 
View this message in context: 
http://www.nabble.com/Simulating-namespaces-tf2327723.html#a6475751
Sent from the IronPython mailing list archive at Nabble.com.

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to