Files
oslo.versionedobjects/oslo_versionedobjects/tests/test_exception.py
Victor Stinner 0c3199f93d Fix error handling in the exception module on py3
* Replace dict.iteritems() with dict.items() in code handling errors in
  the exception module to fix Python 3 support.
* Add new unit tests on the exception module

Change-Id: Ib958421dbdd73fb442e17a8d0654c9eab8b7b70e
2015-07-29 15:24:04 +02:00

2.7 KiB