mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 11:51:02 +00:00
remove unused imports
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3186 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
dc62353ca2
commit
b1e7ca58a2
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue