warnings.filters.pop()
warnings.filters.pop()
-# This warning is generated by twisted, but not when it is imported, only on an error.
+# This warning is generated by twisted, PyRex, and possibly other packages,
+# but can happen at any time, not only when they are imported. See
+# http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1129 .
warnings.filterwarnings("ignore", category=DeprecationWarning,
message="BaseException.message has been deprecated as of Python 2.6",
- module=".*twisted.*", append=True)
+ append=True)
__version__ = "unknown"
try: