Update attributeManager.py

This commit is contained in:
chrys87 2018-05-25 12:52:15 +02:00 committed by GitHub
parent f188617e5f
commit 18b700f846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from fenrirscreenreader.core import debug
class attributeManager():
def __init__(self):
pass
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):