Possible Duplicate:
Python modules with identical names (i.e., reusing standard module names in packages)
From a module inside a package, is there a way to ignore package context for a given import? since the package contains another module with same name as the one that's to be imported from the system, not from the package.
Is there a way to solve this without renaming the other module?