On Thu, Apr 05, 2007 at 07:56:01AM -0600, Jack Madison wrote:
> Err, I was actually referring to within code, not the project name..  As
> in soy.Scene, soy.Window....  

The user can choose to import and use it under any name they choose.  IE:

import soy as engine
window = engine.Window('Foo Blaster!')
scene  = engine.Scene()
camera = engine.bodies.Camera(scene)
viewer = engine.widgets.Projector(window, camera)

Having the module name for PySoy be "soy" is intuitive whereas a more generic 
name could potentially conflict with another module's name.
_______________________________________________
PySoy-Dev mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-dev

Reply via email to