6 lines
167 B
Python
6 lines
167 B
Python
|
# This is mock file, not installed. It is needed. because pylint needs to
|
||
|
# import all the modules, and qubes.qbd is one of them.
|
||
|
|
||
|
def QubesDB(dummy):
|
||
|
return None
|