Browse Source

added the import of the utils.connection_string function in the mongodb_datasource main.py module

Roland Haroutiounian 8 years ago
parent
commit
aee3db3095
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/mongodb_datasource/main.py

+ 1
- 1
plugins/mongodb_datasource/main.py View File

@@ -12,7 +12,7 @@ import urllib
12 12
 from lodel import logger
13 13
 
14 14
 from .utils import mongodbconnect, object_collection_name, \
15
-    connect, MONGODB_SORT_OPERATORS_MAP
15
+    connect, MONGODB_SORT_OPERATORS_MAP, connection_string
16 16
 
17 17
 class MongoDbDataSourceError(Exception):
18 18
     pass

Loading…
Cancel
Save