Home | History | Annotate | Download | only in test

Lines Matching refs:_md5

81         _md5 = self._conditional_import_module('_md5')
82 if _md5:
83 self.constructors_to_test['md5'].add(_md5.new)
119 import _md5
122 # This forces an ImportError for "import _md5" statements
123 sys.modules['_md5'] = None
127 if '_md5' in locals():
128 sys.modules['_md5'] = _md5
130 del sys.modules['_md5']