]> arthur.ath.cx Git - bup.git/blobdiff - lib/bup/main.py
Drop vestigial compat.items
[bup.git] / lib / bup / main.py
index 79ebca048d1a83bd9524b1b627d6091581c883dd..9dbee06f83ca0b5ee8d91e575636a68283f46d2a 100755 (executable)
@@ -265,7 +265,7 @@ def filter_output(srcs, dests):
         pending_ex = add_ex_ctx(add_ex_tb(ex), pending_ex)
     try:
         # Try to finish each of the streams
-        for fd, pending_items in compat.items(pending):
+        for fd, pending_items in pending.items():
             dest = dest_for[fd]
             width = tty_width()
             try: