mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
passing python2 tests: from __future__ import print_function
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Non-core-specific tests for cachier."""
|
||||
|
||||
from __future__ import print_function
|
||||
import os
|
||||
|
||||
import cachier
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
"""Testing the MongoDB core of cachier."""
|
||||
|
||||
from __future__ import print_function
|
||||
import datetime
|
||||
import sys
|
||||
from random import random
|
||||
|
||||
Reference in New Issue
Block a user