s3-tests/s3tests/functional
Tommi Virtanen 91a39caf46 Fix bug where prefix was None.
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.
2011-07-13 14:49:07 -07:00
..
__init__.py Fix bug where prefix was None. 2011-07-13 14:49:07 -07:00
AnonymousAuth.py Move test_s3 into s3tests.functional, so it can be split to multiple files nicely. 2011-07-11 15:24:39 -07:00
test_s3.py Fix bug where prefix was None. 2011-07-13 14:49:07 -07:00
utils.py Move test_s3 into s3tests.functional, so it can be split to multiple files nicely. 2011-07-11 15:24:39 -07:00