Exemplo n.º 1
0
 def __init__(self):
     self.__helpers = Helpers()
     self.__form = Form()
     self.__logger = self.__helpers.get_logger(__name__)
     self.__response = Response()
     self.__request = Request()
     self.__notification = NotificationModule()
     self.__form.add_validator(ExtraRules())
Exemplo n.º 2
0
 def __init__(self):
     self.__request = Request()
     self.__response = Response()
     self.__helpers = Helpers()
     self.__form = Form()
     self.__incident_update = IncidentUpdateModule()
     self.__task = Task_Module()
     self.__notification = NotificationModule()
     self.__subscriber = SubscriberModule()
     self.__logger = self.__helpers.get_logger(__name__)
     self.__form.add_validator(ExtraRules())
Exemplo n.º 3
0
 def __init__(self):
     self.__install = InstallModule()
     self.__notification = NotificationModule()
Exemplo n.º 4
0
 def __init__(self):
     self.__notification = NotificationModule()
     self.__humanize = Humanize()
Exemplo n.º 5
0
 def __init__(self):
     self.__notification = NotificationModule()