]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_cli.py: hush pyflakes with a dummy usage, until we get some real CLI tests
authorBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 08:55:29 +0000 (01:55 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 08:55:29 +0000 (01:55 -0700)
src/allmydata/test/test_cli.py

index e675d2329f95c97a7f6e866d69d4c698dabb7502..6922c040ad033764e1180e470d9f5bc91afd43f0 100644 (file)
@@ -8,6 +8,7 @@ from allmydata import uri
 # them yet.
 
 from allmydata.scripts import cli, tahoe_ls, tahoe_get, tahoe_put, tahoe_rm
+_hush_pyflakes = [tahoe_ls, tahoe_get, tahoe_put, tahoe_rm]
 
 
 class CLI(unittest.TestCase):