diff options
Diffstat (limited to 'subcmds/list.py')
-rw-r--r-- | subcmds/list.py | 3 |
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 | ||
15 | import os | 15 | import os |
16 | 16 | ||
17 | from command import Command, MirrorSafeCommand | 17 | from command import Command |
18 | from command import MirrorSafeCommand | ||
18 | 19 | ||
19 | 20 | ||
20 | class List(Command, MirrorSafeCommand): | 21 | class List(Command, MirrorSafeCommand): |