mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
commit
b964d1b006
@ -204,7 +204,7 @@ def diff_mtime_map(map1, map2):
|
||||
|
||||
# map1 and map2 are guaranteed to have same keys,
|
||||
# so compare mtimes
|
||||
for filename, mtime in map1.iteritems():
|
||||
for filename, mtime in six.iteritems(map1):
|
||||
if map2[filename] != mtime:
|
||||
return True
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
:codeauthor: :email:`Joao Mesquita <jmesquita@sangoma.com>`
|
||||
'''
|
||||
|
||||
# Import pytohn libs
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Salt Testing libs
|
||||
|
Loading…
Reference in New Issue
Block a user