Fix xdg_config_home import in bookmarks/chrome.py

This commit is contained in:
Chris Mayo 2020-05-27 20:02:07 +01:00
parent 16f12d00d5
commit 75349e4dc9

View file

@ -16,7 +16,7 @@
import os
import sys
from xdg import xdg_config_home
from xdg.BaseDirectory import xdg_config_home
def get_profile_dir():