From 9cdcffbc1189a19bc2963cf3d5c86a3d4f1f24a6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 4 Aug 2017 01:13:04 +0000 Subject: Rename metadata key for clarity --- src/mailman/commands/cli_withlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/cli_withlist.py') diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index b93d9b153..d2b706e34 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -80,7 +80,7 @@ def start_python(overrides, banner): # Set the tab completion. with ExitStack() as resources: try: # pragma: nocover - import readline, rlcompleter # noqa: F401, E401 + import readline, rlcompleter # noqa: F401,E401 except ImportError: # pragma: nocover print(_('readline not available'), file=sys.stderr) pass -- cgit v1.2.3-70-g09d2