summaryrefslogtreecommitdiff
path: root/src/examples/btpyparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/btpyparse.py')
-rw-r--r--src/examples/btpyparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/btpyparse.py b/src/examples/btpyparse.py
index 9700ff2..f3c11ae 100644
--- a/src/examples/btpyparse.py
+++ b/src/examples/btpyparse.py
@@ -125,4 +125,4 @@ Some introductory text
number = {2}
}
"""
- print '\n\n'.join(defn.dump() for defn in parse_str(txt))
+ print('\n\n'.join(defn.dump() for defn in parse_str(txt)))