mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
91a39caf46
Accessing a non-constant global from another module is tricky, as the import binds to the original object. Rebinding the name in the original module does not change it in importers. Use a getter as a quick workaround. |
||
---|---|---|
.. | ||
__init__.py | ||
AnonymousAuth.py | ||
test_s3.py | ||
utils.py |