mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-19 02:15:49 +00:00
move list command to archiver.list_cmd
note: can't be named "archiver.list" due to collision with builtin type "list".
This commit is contained in:
parent
382b37ef60
commit
b959ff913a
2 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ from .delete import DeleteMixIn
|
|||
from .diff import DiffMixIn
|
||||
from .help import HelpMixIn
|
||||
from .keys import KeysMixIn
|
||||
from .list import ListMixIn
|
||||
from .list_cmd import ListMixIn
|
||||
from .locks import LocksMixIn
|
||||
from .mount import MountMixIn
|
||||
from .prune import PruneMixIn
|
||||
|
|
Loading…
Add table
Reference in a new issue