__loader__ is another of those sekkrit management module attributes.
This commit is contained in:
@@ -126,7 +126,7 @@ class MySQLdbTester(LimitedTestCase):
|
||||
import MySQLdb as orig
|
||||
for key in dir(orig):
|
||||
if key not in ('__author__', '__path__', '__revision__',
|
||||
'__version__'):
|
||||
'__version__', '__loader__'):
|
||||
self.assert_(hasattr(MySQLdb, key), "%s %s" % (key, getattr(orig, key)))
|
||||
|
||||
def test_connecting(self):
|
||||
|
Reference in New Issue
Block a user