Skip to content

Commit

Permalink
Adding absolute_import to check_dynamic_symbols.py
Browse files Browse the repository at this point in the history
  • Loading branch information
askeing committed Apr 26, 2016
1 parent f5d87a3 commit 098a562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/check_dynamic_symbols.py
Expand Up @@ -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
Expand Down

0 comments on commit 098a562

Please sign in to comment.