update
This commit is contained in:
parent
ea454e27a1
commit
1c56b5b25a
10 changed files with 23 additions and 13 deletions
|
@ -16,9 +16,10 @@ import common.tox_save
|
|||
from utils import ui as util_ui
|
||||
import tox_wrapper.tests.support_testing as ts
|
||||
from middleware.threads import invoke_in_main_thread
|
||||
from __main__ import sleep
|
||||
from middleware.threads import BaseThread
|
||||
|
||||
sleep = time.sleep
|
||||
|
||||
global LOG
|
||||
import logging
|
||||
LOG = logging.getLogger('app.'+__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue