warnings.filters.pop()
warnings.filters.pop()
-
+# This warning is generated by twisted, but not when it is imported, only on an error.
warnings.filterwarnings("ignore", category=DeprecationWarning,
- message="integer argument expected, got float",
- append=True)
-
+ message="BaseException.message has been deprecated as of Python 2.6",
+ module=".*twisted.*", append=True)
__version__ = "unknown"
try:
from pycryptopp.cipher.aes import AES
-# twisted.conch.ssh.filetransfer generates this warning, but not when it is imported,
-# only on an error.
-import warnings
-warnings.filterwarnings("ignore", category=DeprecationWarning,
- message="BaseException.message has been deprecated as of Python 2.6",
- module=".*filetransfer", append=True)
-
noisy = True
use_foolscap_logging = True