swift/test/functional
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 made functional tests more configurable 2011-02-22 18:00:11 -06:00
swift_test_client.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
tests.py Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00