summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/subcmds/help.py b/subcmds/help.py
index 0d7b664e..a839131b 100644
--- a/subcmds/help.py
+++ b/subcmds/help.py
@@ -16,14 +16,12 @@ import re
16import sys 16import sys
17import textwrap 17import textwrap
18 18
19from subcmds import all_commands
20from color import Coloring 19from color import Coloring
21from command import ( 20from command import MirrorSafeCommand
22 PagedCommand, 21from command import PagedCommand
23 MirrorSafeCommand,
24)
25from wrapper import Wrapper
26from error import RepoExitError 22from error import RepoExitError
23from subcmds import all_commands
24from wrapper import Wrapper
27 25
28 26
29class InvalidHelpCommand(RepoExitError): 27class InvalidHelpCommand(RepoExitError):