Hello,

__all__ = 'api db input output tcl'.split()

or

__all__ = """
               api
               db
               input
               output
               tcl
               """.split()

for lazy boy ;o). It is readable as well.
What do you think?

Cheers
Karim
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to