replaces namespace fenrir with fenrirscreenreader
This commit is contained in:
		
							
								
								
									
										21
									
								
								src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										21
									
								
								src/fenrirscreenreader/commands/onPlugInputDevice/50000-UpdateDevices.py
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| #!/bin/python | ||||
| # -*- coding: utf-8 -*- | ||||
|  | ||||
| # Fenrir TTY screen reader | ||||
| # By Chrys, Storm Dragon, and contributers. | ||||
|  | ||||
| from fenrirscreenreader.core import debug | ||||
|  | ||||
| class command(): | ||||
|     def __init__(self): | ||||
|         pass | ||||
|     def initialize(self, environment): | ||||
|         self.env = environment | ||||
|     def shutdown(self): | ||||
|         pass | ||||
|     def getDescription(self): | ||||
|         return 'No description found'          | ||||
|     def run(self): | ||||
|         self.env['runtime']['inputManager'].updateInputDevices()  | ||||
|     def setCallback(self, callback): | ||||
|         pass | ||||
							
								
								
									
										0
									
								
								src/fenrirscreenreader/commands/onPlugInputDevice/__init__.py
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										0
									
								
								src/fenrirscreenreader/commands/onPlugInputDevice/__init__.py
									
									
									
									
									
										Executable file
									
								
							
		Reference in New Issue
	
	Block a user