Merge pull request #425 from cjmayo/xdg_config_home

Fix xdg_config_home import in bookmarks/chrome.py
This commit is contained in:
Chris Mayo 2020-05-28 19:18:21 +01:00 committed by GitHub
commit 4d2449bb13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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():