From: Tim Vieira Date: Thu, 6 Dec 2012 23:04:31 +0000 (-0500) Subject: fixed bug in update plan section headings. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=8ee00dd21b743a3cbe5966d0fff899dc4be2aabc;p=dyna2 fixed bug in update plan section headings. --- diff --git a/bin/prototype.py b/bin/prototype.py index 66aba57..72427cf 100644 --- a/bin/prototype.py +++ b/bin/prototype.py @@ -343,14 +343,14 @@ def main(dynafile): plan = r.find_update_plans(e) - print - print yellow % 'Update %s' % (e,) - for e, mode in reversed(plan): - if mode is None: - continue - (M, o) = mode - d = display_mode(M, o) - print '%-40s %s' % (e, d) + #print + #print yellow % 'Update %s' % (e,) + #for e, mode in reversed(plan): + # if mode is None: + # continue + # (M, o) = mode + # d = display_mode(M, o) + # print '%-40s %s' % (e, d) print >> html, '

Update %s

' % (e,)