コード例 #1
0
ファイル: s3sync.py プロジェクト: jmcwade/eden
    def __init__(self):
        """ Constructor """

        S3Method.__init__(self)

        self.log = S3SyncLog()
        self._config = None
コード例 #2
0
    def __init__(self):
        """ Constructor """

        S3Method.__init__(self)

        self.log = S3SyncLog()
        self._config = None
コード例 #3
0
ファイル: s3sync.py プロジェクト: DiabloPhoenix/eden
    def __init__(self):
        """
            Constructor, initializes the Logger
        """

        S3Method.__init__(self)
        self.log = S3SyncLog()
コード例 #4
0
ファイル: s3sync.py プロジェクト: ursea/eden
    def __init__(self):
        """
            Constructor, initializes the Logger
        """

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