Beispiel #1
0
    def __init__(self):
        """ Constructor """

        S3Method.__init__(self)

        self.log = S3SyncLog()
        self._config = None
Beispiel #2
0
    def __init__(self):
        """ Constructor """

        S3Method.__init__(self)

        self.log = S3SyncLog()
        self._config = None
Beispiel #3
0
    def __init__(self):
        """
            Constructor, initializes the Logger
        """

        S3Method.__init__(self)
        self.log = S3SyncLog()
Beispiel #4
0
    def __init__(self):
        """
            Constructor, initializes the Logger
        """

        S3Method.__init__(self)
        self.log = S3SyncLog()