Python 3 compatibility

This commit is contained in:
Alan Jaffe 2015-07-07 15:38:08 -04:00
parent e3c859868c
commit 690402ccb3

View File

@ -220,7 +220,7 @@ class Table(object):
else:
current_attr = current
for key, val in expected.iteritems():
for key, val in expected.items():
if 'Exists' in val and val['Exists'] == False:
if key in current_attr:
raise ValueError("The conditional request failed")