fix(script/check_md_links.py): import print_function from __future__
This commit is contained in:
parent
596fe17f16
commit
ff1352fcf2
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Python 2/3 compatibility
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import collections
|
import collections
|
||||||
|
|
Loading…
Reference in a new issue