A startup puzzle

Edward K. Ream edreamleo at charter.net
Tue Sep 30 04:29:27 EDT 2003


> Fair enough, but it's not just a matter of style... using something like
>
>    import leoGlobals as g
>
> would probably have avoided this problem...

True!  However, I must then change every reference x to a function in
leoGlobals to g.x.  This is what I want to avoid.  Being able to go from
app().x to app.x is a very small improvement: I want to avoid a
corresponding very small step backwards.

Edward
--------------------------------------------------------------------
Edward K. Ream   email:  edreamleo at charter.net
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------






More information about the Python-list mailing list