Drop python2 support

This commit is contained in:
Bastien Gérard
2020-03-08 14:58:21 +01:00
parent a0b803959c
commit 421e3f324f
19 changed files with 51 additions and 134 deletions

View File

@@ -3,8 +3,6 @@ import timeit
def main():
setup = """
from builtins import range
from pymongo import MongoClient
connection = MongoClient()
@@ -59,8 +57,6 @@ myNoddys = noddy.find()
print("{}s".format(t.timeit(1)))
setup = """
from builtins import range
from pymongo import MongoClient
connection = MongoClient()