~xnox/dumbo/master

« back to all changes in this revision

Viewing changes to dumbo/backends/common.py

  • Committer: Klaas Bosteels
  • Date: 2013-06-11 10:09:30 UTC
  • Revision ID: git-v1:dc1b2159ef1919abde79f1ecbdfec8285514b267
add param support for runners

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    
81
81
    params = Params()
82
82
    counters = Counters()
 
83
 
 
84
    getparam = params.get
83
85
    
84
86
    def setstatus(self, msg):
85
87
        setstatus(msg)