Paolino <[EMAIL PROTECTED]> writes: > What I'm needing as a global (in globals() or at the module level or > in the module namespace) is 'translate'.The rest of bindings > (all,badcars and table) is something which is 'polluting' the module > namespace.
do you want __all__ = ['translate'] ? -- http://mail.python.org/mailman/listinfo/python-list