tangled
alpha
login
or
join now
pvsr.dev
/
qbpm
qutebrowser profile manager
0
fork
atom
overview
issues
pulls
pipelines
clean up imports
pvsr.dev
3 years ago
72249ea5
5efceda7
+1
-2
1 changed file
expand all
collapse all
unified
split
qbpm
operations.py
+1
-2
qbpm/operations.py
···
3
3
import shutil
4
4
import subprocess
5
5
from pathlib import Path
6
6
-
from sys import platform, stderr
6
6
+
from sys import platform
7
7
from typing import List, Optional
8
8
9
9
from xdg import BaseDirectory
10
10
-
from xdg.DesktopEntry import DesktopEntry
11
10
12
11
from . import profiles
13
12
from .profiles import Profile