Adding absolute_import to check_dynamic_symbols.py

This commit is contained in:
askeing 2016-04-26 01:39:04 +09:00
parent f5d87a37ec
commit 098a562b01

View file

@ -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