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

        S3Method.__init__(self)

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

        S3Method.__init__(self)

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

        S3Method.__init__(self)
        self.log = S3SyncLog()
Example #4
0
File: s3sync.py Project: ursea/eden
    def __init__(self):
        """
            Constructor, initializes the Logger
        """

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