From: Brian Warner Date: Tue, 17 Mar 2015 18:16:06 +0000 (-0700) Subject: test_cli_cp.py: hush pyflakes X-Git-Tag: allmydata-tahoe-1.10.1a1~60^2 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=3dd7142c42e5ec990c440187c5f70e94cdfb4fd4 test_cli_cp.py: hush pyflakes --- diff --git a/src/allmydata/test/test_cli_cp.py b/src/allmydata/test/test_cli_cp.py index a48ccf35..80be2681 100644 --- a/src/allmydata/test/test_cli_cp.py +++ b/src/allmydata/test/test_cli_cp.py @@ -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