test_cli.py: hush pyflakes with a dummy usage, until we get some real CLI tests

This commit is contained in:
Brian Warner 2007-10-11 01:55:29 -07:00
parent 7fd1964c6f
commit 8ce93b5e27

View 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):