mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 17:44:42 +00:00
Merge pull request #425 from cjmayo/xdg_config_home
Fix xdg_config_home import in bookmarks/chrome.py
This commit is contained in:
commit
4d2449bb13
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue