Skip to content

Commit 8fa007d

Browse files
committed
Use __future__ print_function.
1 parent 4d2d64c commit 8fa007d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/get_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414

1515
"""Simple script to get the google-cloud version."""
1616

17+
from __future__ import print_function
1718
from pkg_resources import get_distribution
1819
print(get_distribution('google-cloud').version)

0 commit comments

Comments
 (0)