Bruno Desthuilliers wrote:
 > If all your helper functions are really methods of the Interface
 > instance, you may try this instead (NB : not tested):
 >
 > glob = {
 >   'i': i,
 >   'f1': i.whatever,
 > }
 > exec script in glob

Bruno,

Thanks for replying.

Some of the functions are as simple as that so I can do as you 
described. Some are more complicated so it doesn't work. For now I'll 
stick with the prepending.

Thanks,
        Graham
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to