~bladernr/checkbox/1095713-set-pipefail-on-sleep-jobs

« back to all changes in this revision

Viewing changes to hwtest/log.py

  • Committer: Marc Tardif
  • Date: 2007-11-01 17:09:53 UTC
  • mfrom: (44.1.50 bug-152956)
  • Revision ID: marc.tardif@canonical.com-20071101170953-xhwsegkpj90y3f37
Added report dumping and loading functionality to fix bug #152956.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import inspect
2
2
 
3
3
def format_class(cls):
4
 
    return "%s.%s" % (cls.__module__, cls.__name)
 
4
    return "%s.%s" % (cls.__module__, cls.__name__)
5
5
 
6
6
def format_object(object):
7
7
    """