Removed some unused imports to decrease the amount of loaded modules during startup.

Added fallback to _dummy_thread for OSs w/o thread support.
This commit is contained in:
Christian Heimes 2008-08-15 18:43:03 +00:00
parent 34ed9f7c5e
commit deb75f579b
2 changed files with 6 additions and 3 deletions

View file

@ -5,7 +5,6 @@
# See bug 683658.
import linecache
import sys
import types
__all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
"resetwarnings"]