Cleanups for suppression of UserWarnings. refs #1435

This commit is contained in:
david-sarah
2011-08-17 21:07:49 -07:00
parent f627af3b9f
commit c41bf14029
2 changed files with 10 additions and 10 deletions

View File

@ -117,13 +117,13 @@ deprecation_messages = [
"the sets module is deprecated",
]
deprecation_imports = [
user_warning_messages = [
"Hashing uninitialized InterfaceClass instance",
]
warning_imports = [
'nevow',
'twisted.persisted.sob',
'twisted.python.filepath',
'Crypto.Hash.SHA',
]
user_warning_messages = [
"Hashing uninitialized InterfaceClass instance",
]