Use six integer types instead of explicit types, since six is now a dependency of the project.

This commit is contained in:
Gilb's
2016-03-18 19:51:09 +01:00
parent 39eec59c90
commit d9b3a9fb60
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ else:
import pymongo
import gridfs
from bson import Binary, DBRef, SON, ObjectId
try:
from bson.int64 import Int64
except ImportError: