From ff1352fcf2dd673ab24bece8ec554b7056f36213 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Tue, 23 Feb 2016 18:02:44 -0500 Subject: [PATCH] fix(script/check_md_links.py): import print_function from __future__ --- script/check_md_links.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/check_md_links.py b/script/check_md_links.py index f14e0cc80a..e60bca5b9b 100755 --- a/script/check_md_links.py +++ b/script/check_md_links.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# Python 2/3 compatibility +from __future__ import print_function import argparse import collections