Skip to content

Commit 14e1f68

Browse files
committed
- Added future imports for support of python 2.7
1 parent c854867 commit 14e1f68

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
from __future__ import absolute_import, division, generators, unicode_literals, print_function, nested_scopes, \
18+
with_statement
19+
1720
import binascii
1821
import random
1922
import string

0 commit comments

Comments
 (0)