Skip to content

Commit b43d63d

Browse files
committed
Fix line-directive print errors on different python versions
1 parent 95cd4db commit b43d63d

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)