You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/bazarr/get_args.py

5 lines
176 B

# coding=utf-8
# This is required to prevent daemon (bazarr.py) from raising an ImportError Exception after upgrading from 1.0.4
from .app.get_args import args # noqa: W0611