Commits

Jordan Rose committed bf366de6472
Don't find submodules via name lookup. Previously, importing "ctypes.bits" would expose "bits" as a module name, but that module would be empty and useless. We may want to revisit this when we design submodules for Swift. Swift SVN r20901