forked from p34709852/monkey
Remove unused import, remove author
This commit is contained in:
parent
032ee2ee0e
commit
4dcc919b49
|
@ -1,4 +1,3 @@
|
||||||
import sys
|
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
@ -14,8 +13,6 @@ if is_windows_os():
|
||||||
else:
|
else:
|
||||||
from multiprocessing import Pool
|
from multiprocessing import Pool
|
||||||
|
|
||||||
__author__ = 'itamar'
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
SCAN_DELAY = 0
|
SCAN_DELAY = 0
|
||||||
|
|
Loading…
Reference in New Issue