Skip to content
Snippets Groups Projects
Commit 6bf94974 authored by Dicson's avatar Dicson
Browse files

fix for demandimport

parent e3e34fd5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ import tempfile
import defs
HAVE_XDG = True
try:
import xdg.BaseDirectory
__import__(xdg)
except:
HAVE_XDG = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment