From adf849a75650a6c1b1217aadc98a83cd609e4ed3 Mon Sep 17 00:00:00 2001 From: Jim Kohl Date: Sat, 25 May 2019 08:28:11 -0400 Subject: [PATCH] Update __init__.py added import of requests so that this actually run. perhaps there are other packaging methods you are using where this isn't an issue but I'm not aware of it. Also, it would be very helpful to move this into https://pypi.org/ to make this more generally available. I'm curious as to why this has not happened? If I can help in anyway to make this happen I'm willing to do so. --- marklogic/models/database/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marklogic/models/database/__init__.py b/marklogic/models/database/__init__.py index 689dddd..e757b74 100644 --- a/marklogic/models/database/__init__.py +++ b/marklogic/models/database/__init__.py @@ -25,7 +25,7 @@ """ from __future__ import unicode_literals, print_function, absolute_import - +import requests import json, logging, sys from marklogic.models.forest import Forest from marklogic.utilities import files