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

        S3Method.__init__(self)

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

        S3Method.__init__(self)

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

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

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