summaryrefslogtreecommitdiff
path: root/src/s3ql/backends/__init__.py
blob: 6b9fcf097f1d341b5a19563e25d7568b29c7842f (plain)
1
2
3
4
5
6
7
8
9
10
11
'''
backends/__init__.py - this file is part of S3QL (http://s3ql.googlecode.com)

Copyright (C) Nikolaus Rath <Nikolaus@rath.org>

This program can be distributed under the terms of the GNU GPLv3.
'''

from __future__ import division, print_function, absolute_import

__all__ = [ 'common', 'local', 's3', 'gs', 's3c', 'swift' ]