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
|
||||
HAVE_XDG = True
|
||||
try:
|
||||
import xdg.BaseDirectory
|
||||
__import__(xdg)
|
||||
except:
|
||||
HAVE_XDG = False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue