Skip to content

Commit d561d8d

Browse files
authored
make doc/make.py compatible with python 2 & 3
1 parent 2ac965c commit d561d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
from __future__ import print_function
23
import fileinput
34
import glob
45
import os

0 commit comments

Comments
 (0)