Update coco-mongodb

This commit is contained in:
Popey Gilbert 2015-04-17 17:44:50 +01:00
parent 5a35854ce8
commit 8840cb7d1f

View file

@ -71,7 +71,7 @@ def which(cmd, mode=os.F_OK | os.X_OK, path=None):
current_directory = os.path.dirname(os.path.realpath(sys.argv[0]))
allowedMongoVersions = ["v2.6"]
allowedMongoVersions = ["v2.6", "v3.0"]
if which("mongod") and any(i in subprocess.check_output("mongod --version",shell=True) for i in allowedMongoVersions):
mongo_executable = "mongod"
else: