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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to