Update import paths

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki 2026-01-24 19:54:33 -03:00
commit cb883f14b8
197 changed files with 584 additions and 584 deletions

View file

@ -1,10 +1,10 @@
from django.core.management.base import BaseCommand, CommandError
from funkwhale_api.common import scripts
from funquail_api.common import scripts
class Command(BaseCommand):
help = "Run a specific script from funkwhale_api/common/scripts/"
help = "Run a specific script from funquail_api/common/scripts/"
def add_arguments(self, parser):
parser.add_argument("script_name", nargs="?", type=str)