Revision 5fcc718f lib/cli.py

b/lib/cli.py
856 856
  @param ts: a timeval-type timestamp, a tuple of seconds and microseconds
857 857

  
858 858
  @rtype: string
859
  @returns: a string with the formatted timestamp
859
  @return: a string with the formatted timestamp
860 860

  
861 861
  """
862 862
  if not isinstance (ts, (tuple, list)) or len(ts) != 2:

Also available in: Unified diff