]> arthur.ath.cx Git - bup.git/blobdiff - test/ext/test_prune_older.py
Drop vestigial compat.items
[bup.git] / test / ext / test_prune_older.py
index 943163714b69365c17eff30d293ffb0e9b1f369e..36e19633587adbeff5323576d4c33cc2ffea21a2 100644 (file)
@@ -61,7 +61,7 @@ def expected_retentions(utcs, utc_start, spec):
         return utcs
     utcs = sorted(utcs, reverse=True)
     period_start = dict(spec)
-    for kind, duration in compat.items(period_start):
+    for kind, duration in period_start.items():
         period_start[kind] = utc_start - period_as_secs(duration)
     period_start = defaultdict(lambda: float('inf'), period_start)