diff options
Diffstat (limited to 'test/farm/annotate/src/b/b.py')
| -rw-r--r-- | test/farm/annotate/src/b/b.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/farm/annotate/src/b/b.py b/test/farm/annotate/src/b/b.py index 27629e4..625a549 100644 --- a/test/farm/annotate/src/b/b.py +++ b/test/farm/annotate/src/b/b.py @@ -1,2 +1,3 @@ def b(x): - print "x is %s" % x + msg = "x is %s" % x + print(msg) |
