mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 18:22:40 +00:00
src/allmydata/scripts/cli.py: fix pyflakes warning.
This commit is contained in:
parent
b978378392
commit
b21a4f6b3f
@ -1,4 +1,4 @@
|
||||
import os.path, re, sys, fnmatch
|
||||
import os.path, re, fnmatch
|
||||
from twisted.python import usage
|
||||
from allmydata.scripts.common import BaseOptions, get_aliases, get_default_nodedir, DEFAULT_ALIAS
|
||||
from allmydata.util.encodingutil import argv_to_unicode, argv_to_abspath, quote_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user