mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Fix pylint warnings
This commit is contained in:
		@@ -10,11 +10,11 @@ from tfw.event_handlers import EventHandlerBase, FSMAwareEventHandler, TFWServer
 | 
			
		||||
from tfw.builtins import FrontendEventHandler
 | 
			
		||||
from tfw.builtins import IdeEventHandler, TerminalEventHandler
 | 
			
		||||
from tfw.builtins import LogMonitoringEventHandler, ProcessManagingEventHandler
 | 
			
		||||
from tfw.builtins import DirectorySnapshottingEventHandler, FSMManagingEventHandler
 | 
			
		||||
from tfw.components import BashMonitor, MessageSender, TerminalCommands
 | 
			
		||||
from tfw.builtins import DirectorySnapshottingEventHandler, FSMManagingEventHandler, MessageSender
 | 
			
		||||
from tfw.components import TerminalCommands
 | 
			
		||||
from tfw.config import TFWENV
 | 
			
		||||
from tao.config import TAOENV
 | 
			
		||||
from tfw.config.log import TFWLog
 | 
			
		||||
from tao.config import TAOENV
 | 
			
		||||
 | 
			
		||||
LOG = logging.getLogger(__name__)
 | 
			
		||||
 | 
			
		||||
@@ -133,8 +133,7 @@ def main():
 | 
			
		||||
        exclude=['*.pyc']
 | 
			
		||||
    )
 | 
			
		||||
    terminal = TerminalEventHandler(  # Web shell backend
 | 
			
		||||
        key='shell',
 | 
			
		||||
        monitor=BashMonitor(TFWENV.HISTFILE)
 | 
			
		||||
        key='shell'
 | 
			
		||||
    )
 | 
			
		||||
    commands = TerminalCallbackEventHandler( # Reacts to terminal commands
 | 
			
		||||
        'history.bash',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user