def test_c_builtin(self):
imp.find_module('bar', ['foo']).AndReturn((None, 'bar',
(None, None, imp.C_BUILTIN)))
self.mox.ReplayAll()
self.assertIsNone(self.hook.find_module('foo.bar', ['foo']))