merge master into improve-health-2
This commit is contained in:
commit
94870d7377
4
.gitignore
vendored
4
.gitignore
vendored
@ -14,4 +14,6 @@ env/
|
||||
.project
|
||||
.pydevproject
|
||||
tests/test_bugfix.py
|
||||
htmlcov/
|
||||
htmlcov/
|
||||
venv
|
||||
venv3
|
||||
|
@ -2,6 +2,10 @@
|
||||
Helper functions, constants, and types to aid with Python v2.7 - v3.x and
|
||||
PyMongo v2.7 - v3.x support.
|
||||
"""
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
import pymongo
|
||||
import six
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user