On Mon, Apr 23, 2012 at 8:13 AM, Kiuhnm <[email protected]> wrote: > It makes sense though. > "Import" imports values, not variables.
Python doesn't _have_ variables. Python has names and objects. http://python.net/~mwh/hacks/objectthink.html ChrisA -- http://mail.python.org/mailman/listinfo/python-list
