c708830af2
Config file and package stubs, required for travis to check module correctness with pylint.
7 lines
146 B
Python
7 lines
146 B
Python
### mock qubesadmin.utils module
|
|
|
|
def parse_size(*args, **kwargs):
|
|
return args[0]
|
|
|
|
def updates_vms_status(*args, **kwargs):
|
|
return args[0] |