Hi, Nandyala. Yeah, that's the correct behaviour. When it can't find "myfile" bound to anything in "hello"'s namespace, it looks in the module namespace. See the table at http://python.org/doc/ref/execframes.html for more details. HTH. Alex.