def _run_command(self, command, run_as_root=False, *args, **kwargs): return run_command.run_command(self.log, command, run_as_root, *args, **kwargs)
def _run_command(self, *args, **kwargs): run_command.run_command(LOG, *args, run_as_root=True, **kwargs)