Revision 81124130

b/lib/hypervisor/hv_xen.py
351 351
    return cmd
352 352

  
353 353
  def _RunXen(self, args):
354
    """Wrapper around L{utils.RunCmd} to run Xen command.
354
    """Wrapper around L{utils.process.RunCmd} to run Xen command.
355 355

  
356
    @see: L{utils.RunCmd}
356
    @see: L{utils.process.RunCmd}
357 357

  
358 358
    """
359 359
    cmd = [self._GetCommand()]

Also available in: Unified diff