> Why do you want to import it? > > Seehttp://docs.python.org/library/__builtin__.html I'm using a weird python environment that overloads a few builtin functions. In order to run them, I need to explicitly invoke "__builtin__.foo()" to make sure I get the real builtin version, not the overloaded one. --Steve