diff --git a/archivebox/logging_util.py b/archivebox/logging_util.py index bc65e276..7bce3313 100644 --- a/archivebox/logging_util.py +++ b/archivebox/logging_util.py @@ -443,7 +443,7 @@ def log_shell_welcome_msg(): from .cli import list_subcommands print('{green}# ArchiveBox Imports{reset}'.format(**ANSI)) - print('{green}from archivebox.core.models import Snapshot, User{reset}'.format(**ANSI)) + print('{green}from core.models import Snapshot, User{reset}'.format(**ANSI)) print('{green}from archivebox import *\n {}{reset}'.format("\n ".join(list_subcommands().keys()), **ANSI)) print() print('[i] Welcome to the ArchiveBox Shell!')