mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 08:52:56 +00:00 
			
		
		
		
	Fix import path
This commit is contained in:
		@@ -3,8 +3,7 @@ from sys import stderr
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
from tornado.ioloop import IOLoop
 | 
					from tornado.ioloop import IOLoop
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from tfw.components.pipe_io import PipeIOHandler
 | 
					from tfw.components.pipe_io import PipeIOHandler, ProxyPipeConnectorHandler
 | 
				
			||||||
from tfw.components.pipe_connector import ProxyPipeConnectorHandler
 | 
					 | 
				
			||||||
from tfw.config import TFWENV
 | 
					from tfw.config import TFWENV
 | 
				
			||||||
from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter
 | 
					from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter
 | 
				
			||||||
from tfw.main import EventHandlerFactory, setup_signal_handlers
 | 
					from tfw.main import EventHandlerFactory, setup_signal_handlers
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user