Skip to content

Commit 2ca4d73

Browse files
authored
Merge branch 'develop' into release-8.1.0
2 parents 106034c + c00d9df commit 2ca4d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/fill_gpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import os
1212
import inspect
13-
from itertools import izip_longest
13+
from itertools import zip_longest
1414
import shutil
1515

1616
doc_dir = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)