From 8ce93b5e275168b4548317c4d62ae08b329f975e Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 11 Oct 2007 01:55:29 -0700
Subject: [PATCH] test_cli.py: hush pyflakes with a dummy usage, until we get
 some real CLI tests

---
 src/allmydata/test/test_cli.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py
index e675d232..6922c040 100644
--- a/src/allmydata/test/test_cli.py
+++ b/src/allmydata/test/test_cli.py
@@ -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):
-- 
2.45.2