~ubuntu-branches/ubuntu/trusty/coccinelle/trusty

« back to all changes in this revision

Viewing changes to python/coccilib/org.py

  • Committer: Package Import Robot
  • Author(s): Євгеній Мещеряков
  • Date: 2012-08-19 20:40:52 UTC
  • mfrom: (7.2.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120819204052-8cujknwy6cn8a6h6
Tags: 1.0.0~rc15.deb-1
* New upstream RC 
  - Do not build-depend on libsexplib-camlp4-dev and libextlib-ocaml-dev
    anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
def print_todo(p, msg="", color="ovl-face1") :
5
5
        if msg == "" : msg = "%s::%s" % (p.file,p.line)
6
6
        link = build_link(p, msg, color)
7
 
        print "* TODO %s" % (link)
 
7
        print ("* TODO %s" % (link))
8
8
 
9
9
def print_link(p, msg="", color="ovl-face1") :
10
10
        if msg == "" : msg = "%s::%s" % (p.file,p.line)