c708830af2
Config file and package stubs, required for travis to check module correctness with pylint.
10 lines
187 B
Python
10 lines
187 B
Python
### mock qubesadmin.tools module
|
|
|
|
class QubesArgumentParser(object):
|
|
|
|
def add_argument(self, *args, **kwargs):
|
|
pass
|
|
|
|
def set_defaults(self, *args, **kwargs):
|
|
pass
|