diff --git a/bazarr/get_args.py b/bazarr/get_args.py new file mode 100644 index 000000000..2948e6487 --- /dev/null +++ b/bazarr/get_args.py @@ -0,0 +1,4 @@ +# 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