"sourcing" files

Russ 18k11tm001 at sneakemail.com
Wed Jan 16 03:00:33 EST 2002


Tcl/Tk has a command called "source", which allows you to "include,"
or paste in, the code from another file. That is, I can use

	source anotherfile.tcl

to simply paste the code from anotherfile.tcl into the original file.
Does Python have an equivalent capability? Thanks.



More information about the Python-list mailing list