Skip to content

Commit 813b8e0

Browse files
authored
Merge pull request #7381 from hughbe/line-directive-print
Fix line-directive print errors on different python versions
2 parents 9f8b91a + b43d63d commit 813b8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/line-directive

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#
1717
# ----------------------------------------------------------------------------
1818

19+
from __future__ import print_function
20+
1921
import bisect
2022
import os
2123
import re

0 commit comments

Comments
 (0)