Beispiel #1
0
    def __init__(self, cashier):
        """

        :param cashier: the cashier we can talk to
        :type cashier: Cashier
        """
        self.cashier = cashier
        ComponentExport.__init__(self, cashier)
Beispiel #2
0
    def __init__(self, cashier):
        """

        :param cashier: the cashier we can talk to
        :type cashier: Cashier
        """
        self.cashier = cashier
        ComponentExport.__init__(self, cashier)
Beispiel #3
0
 def __init__(self, alerts):
     self.alerts = alerts
     ComponentExport.__init__(self, alerts)
Beispiel #4
0
 def __init__(self, cashier):
     self.cashier = cashier
     ComponentExport.__init__(self, cashier)
Beispiel #5
0
 def __init__(self, alerts):
     self.alerts = alerts
     ComponentExport.__init__(self, alerts)
Beispiel #6
0
 def __init__(self, engine):
     self.engine = engine
     ComponentExport.__init__(self, engine)
Beispiel #7
0
 def __init__(self, engine, safe_price_notifier, webserver_notifier):
     self.engine = engine
     self.safe_price_notifier = safe_price_notifier
     self.webserver_notifier = webserver_notifier
     ComponentExport.__init__(self, engine)
Beispiel #8
0
 def __init__(self, cashier):
     self.cashier = cashier
     ComponentExport.__init__(self, cashier)
Beispiel #9
0
 def __init__(self, ledger):
     self.ledger = ledger
     ComponentExport.__init__(self, ledger)
Beispiel #10
0
 def __init__(self, ledger):
     self.ledger = ledger
     ComponentExport.__init__(self, ledger)