summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/list.py')
-rw-r--r--subcmds/list.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/list.py b/subcmds/list.py
index 24e3e1fc..fba6a4dc 100644
--- a/subcmds/list.py
+++ b/subcmds/list.py
@@ -14,7 +14,8 @@
14 14
15import os 15import os
16 16
17from command import Command, MirrorSafeCommand 17from command import Command
18from command import MirrorSafeCommand
18 19
19 20
20class List(Command, MirrorSafeCommand): 21class List(Command, MirrorSafeCommand):