diff options
-rw-r--r-- | etc/ci/check_dynamic_symbols.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/ci/check_dynamic_symbols.py b/etc/ci/check_dynamic_symbols.py index 04bea851f46..50b5052a542 100644 --- a/etc/ci/check_dynamic_symbols.py +++ b/etc/ci/check_dynamic_symbols.py @@ -7,6 +7,8 @@ # option. This file may not be copied, modified, or distributed # except according to those terms. +from __future__ import absolute_import, print_function + import sys import re import subprocess |