]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_cli_cp.py: hush pyflakes 144/head
authorBrian Warner <warner@lothar.com>
Tue, 17 Mar 2015 18:16:06 +0000 (11:16 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 17 Mar 2015 18:16:06 +0000 (11:16 -0700)
src/allmydata/test/test_cli_cp.py

index a48ccf35d8e3af87b891395267b78416d32c46b5..80be26819e96eddcfaedb0aaf2f369ecbdebc8ea 100644 (file)
@@ -1,4 +1,4 @@
-import os.path, simplejson, shutil
+import os.path, simplejson
 from twisted.trial import unittest
 from twisted.python import usage
 from twisted.internet import defer