def dprint()

in pr2relnotes.py [0:0]


def dprint(*args):
    if VERBOSE:
        print str(args)