fix for demandimport
This commit is contained in:
parent
e3e34fd57c
commit
6bf9497438
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import tempfile
|
||||||
import defs
|
import defs
|
||||||
HAVE_XDG = True
|
HAVE_XDG = True
|
||||||
try:
|
try:
|
||||||
import xdg.BaseDirectory
|
__import__(xdg)
|
||||||
except:
|
except:
|
||||||
HAVE_XDG = False
|
HAVE_XDG = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue