~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to shelf.py

Remove debugging printk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        else:
23
23
            raise Exception("Don't understand args %s" % args)
24
24
 
25
 
    print 'running', name
26
 
 
27
25
    if eval(name + "()"):
28
26
        return 0
29
27