]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/memtest.py
pylint: add undefined-variable
[bup.git] / lib / bup / cmd / memtest.py
index f62c64f11dbf44105c5883e34db3fa198680ede0..b2027c42d83c7db580576ded97cf746fc0425abc 100755 (executable)
@@ -4,8 +4,8 @@ import re, resource, sys, time
 
 from bup import git, bloom, midx, options, _helpers
 from bup.compat import range
-from bup.helpers import handle_ctrl_c
 from bup.io import byte_stream
+from bup.helpers import log
 
 
 _linux_warned = 0