swift/test/functionalnosetests
Dirk Mueller 3d36a76156 Use Python 3.x compatible except construct
except x,y: was deprected and is removed in Python 3.x.
Use "except x as y:" instead which works in any Python
version >= 2.6.

Change-Id: I7008c74b807340f3457d3a0c8bd0b83f23169d14
2013-09-07 10:50:54 +02:00
..
__init__.py Argh. Forgot the tests themselves! 2010-08-16 19:11:19 -07:00
swift_testing.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_account.py Pep8 the functionalnosetests tests (3 of 12) 2013-09-01 15:12:32 -04:00
test_container.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
test_object.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00