passing python2 tests: from __future__ import print_function

This commit is contained in:
Shay Palachy
2019-09-07 12:19:48 +03:00
parent b6ac1bb191
commit 9167b796c9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
"""Non-core-specific tests for cachier."""
from __future__ import print_function
import os
import cachier
+1
View File
@@ -1,5 +1,6 @@
"""Testing the MongoDB core of cachier."""
from __future__ import print_function
import datetime
import sys
from random import random