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:
Thomas Waldmann 2022-07-09 01:25:20 +02:00
parent 382b37ef60
commit b959ff913a
2 changed files with 1 additions and 1 deletions

View File

@ -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