shell: Unify import pattern
We do not spell out kas. elsewhere, only here so far. Unify that. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Wagner
					
				
			
			
				
	
			
			
			
						parent
						
							5c28272d73
						
					
				
				
					commit
					efbac41590
				
			
							
								
								
									
										10
									
								
								kas/shell.py
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								kas/shell.py
									
									
									
									
									
								
							@@ -26,11 +26,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import subprocess
 | 
					import subprocess
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
from kas.libkas import kasplugin
 | 
					from .libkas import kasplugin
 | 
				
			||||||
from kas.context import Context
 | 
					from .context import Context
 | 
				
			||||||
from kas.libcmds import (Macro, Command, SetupDir, SetupEnviron,
 | 
					from .libcmds import (Macro, Command, SetupDir, SetupEnviron,
 | 
				
			||||||
                         WriteBBConfig, SetupHome, ReposApplyPatches,
 | 
					                      WriteBBConfig, SetupHome, ReposApplyPatches,
 | 
				
			||||||
                         CleanupSSHAgent, SetupSSHAgent, SetupRepos)
 | 
					                      CleanupSSHAgent, SetupSSHAgent, SetupRepos)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__license__ = 'MIT'
 | 
					__license__ = 'MIT'
 | 
				
			||||||
__copyright__ = 'Copyright (c) Siemens AG, 2017'
 | 
					__copyright__ = 'Copyright (c) Siemens AG, 2017'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user