diff --git a/linkcheck/threader.py b/linkcheck/threader.py index e556e9cc..940f04ea 100644 --- a/linkcheck/threader.py +++ b/linkcheck/threader.py @@ -18,13 +18,7 @@ Support for managing threads. """ -import time import os -try: - import threading -except ImportError: - import dummy_threading as threading - try: import win32process _has_win32process = True