]> arthur.barton.de Git - bup.git/blobdiff - test/int/test_client.py
test: add pylint and test imports
[bup.git] / test / int / test_client.py
index f5199ec61b68c84a7c73982f4ed64f74c984de69..b3cdba4bc29fde4227cd3aad22245d5306e28f9d 100644 (file)
@@ -1,11 +1,10 @@
 
 from __future__ import absolute_import
-import sys, os, stat, time, random, subprocess, glob
+import os, time, random, subprocess, glob
 import pytest
 
 from bup import client, git, path
 from bup.compat import bytes_from_uint, environ, range
-from bup.helpers import mkdirp
 
 def randbytes(sz):
     s = b''