mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	fw: export Alias into the main __init__.py
Alias is part of the API, and should therefore be exported.
This commit is contained in:
		
				
					committed by
					
						 Marc Bonnici
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							cacc4dec8b
						
					
				
				
					commit
					8c1f636808
				
			| @@ -11,7 +11,7 @@ from wa.framework.instrument import (Instrument, very_slow, slow, normal, fast, | ||||
|                                      very_fast) | ||||
| from wa.framework.output import RunOutput, discover_wa_outputs | ||||
| from wa.framework.output_processor import OutputProcessor | ||||
| from wa.framework.plugin import Plugin, Parameter | ||||
| from wa.framework.plugin import Plugin, Parameter, Alias | ||||
| from wa.framework.resource import (NO_ONE, JarFile, ApkFile, ReventFile, File, | ||||
|                                    Executable) | ||||
| from wa.framework.target.descriptor import (TargetDescriptor, TargetDescription, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user