+1
-1
src/qbpm/__init__.py
+1
-1
src/qbpm/__init__.py
+1
-1
src/qbpm/choose.py
+1
-1
src/qbpm/choose.py
+1
-1
src/qbpm/launch.py
+1
-1
src/qbpm/launch.py
+1
-1
src/qbpm/main.py
+1
-1
src/qbpm/main.py
···
10
10
from . import Profile, operations, profiles
11
11
from .choose import choose_profile
12
12
from .launch import launch_qutebrowser
13
+
from .log import error, or_phrase
13
14
from .menus import supported_menus
14
15
from .paths import default_profile_dir, qutebrowser_data_dir
15
-
from .utils import error, or_phrase
16
16
17
17
CONTEXT_SETTINGS = {"help_option_names": ["-h", "--help"]}
18
18
+1
-1
src/qbpm/operations.py
+1
-1
src/qbpm/operations.py
+1
-1
src/qbpm/profiles.py
+1
-1
src/qbpm/profiles.py
src/qbpm/utils.py
src/qbpm/log.py
src/qbpm/utils.py
src/qbpm/log.py