Skip to content

Commit

Permalink
import pring from future to use end keyword argument
Browse files Browse the repository at this point in the history
print("string", end="") is not supported by print in python 2.7.14
  • Loading branch information
endorama committed Jul 30, 2018
1 parent dc52f50 commit a7061b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_google_auth/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python

from __future__ import print_function
import os
from collections import OrderedDict
from tabulate import tabulate
Expand Down

0 comments on commit a7061b2

Please sign in to comment.