[RM-12677] reference HttpError from the right location: exc module RM-12677 36/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 12 Aug 2015 16:58:47 +0000 (12:58 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 12 Aug 2015 16:58:47 +0000 (12:58 -0400)
commita81ac6938ebb83f179b2bab99a3571c1c29dd87d
tree13c97027c7deaca98f03e24e48070e7dd2c5e5d4
[RM-12677] reference HttpError from the right location: exc module

Signed-off-by: Alfredo Deza <adeza@redhat.com>
43 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
bootstrap [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
init-radosgw-agent [new file with mode: 0644]
logrotate.conf [new file with mode: 0644]
radosgw-agent.spec [new file with mode: 0644]
radosgw_agent/__init__.py [new file with mode: 0644]
radosgw_agent/cli.py [new file with mode: 0644]
radosgw_agent/client.py [new file with mode: 0644]
radosgw_agent/constants.py [new file with mode: 0644]
radosgw_agent/exceptions.py [new file with mode: 0644]
radosgw_agent/lock.py [new file with mode: 0644]
radosgw_agent/request.py [new file with mode: 0644]
radosgw_agent/sync.py [new file with mode: 0644]
radosgw_agent/tests/__init__.py [new file with mode: 0644]
radosgw_agent/tests/conftest.py [new file with mode: 0644]
radosgw_agent/tests/test_client.py [new file with mode: 0644]
radosgw_agent/tests/test_worker.py [new file with mode: 0644]
radosgw_agent/tests/util/test_configuration.py [new file with mode: 0644]
radosgw_agent/tests/util/test_network.py [new file with mode: 0644]
radosgw_agent/tests/util/test_obj.py [new file with mode: 0644]
radosgw_agent/util/__init__.py [new file with mode: 0644]
radosgw_agent/util/configuration.py [new file with mode: 0644]
radosgw_agent/util/decorators.py [new file with mode: 0644]
radosgw_agent/util/log.py [new file with mode: 0644]
radosgw_agent/util/network.py [new file with mode: 0644]
radosgw_agent/util/obj.py [new file with mode: 0644]
radosgw_agent/util/string.py [new file with mode: 0644]
radosgw_agent/worker.py [new file with mode: 0644]
scripts/radosgw-agent [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]