We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f0a32 commit 0e9eef5Copy full SHA for 0e9eef5
nsmcouch.py
@@ -25,6 +25,7 @@
25
import string
26
import itertools
27
from hashlib import sha1
28
+import os
29
30
global dbList
31
global yes_tag
nsmmongo.py
@@ -20,6 +20,7 @@
20
21
import subprocess
22
from hashlib import md5
23
24
global no_tag
0 commit comments