Sean wrote:

Then I would have a script that uses the
print_this function defined in the module
without using the module name in the call.



from module_name import print_this

or, even:

from module_name import print_this as other_nice_name

--Irmen
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to