diff options
Diffstat (limited to 'tests/test_rpm.py')
-rw-r--r-- | tests/test_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rpm.py b/tests/test_rpm.py index f059f556..3b25f8c6 100644 --- a/tests/test_rpm.py +++ b/tests/test_rpm.py @@ -319,7 +319,7 @@ class TestSpecFile(object): spec = SpecFileTester(spec_filepath) # Check all the tags - for name, val in spec.protected('_tags').iteritems(): + for name, val in spec.protected('_tags').items(): rval = None if name in ('version', 'release', 'epoch'): rval = '0' |