wohali commented on a change in pull request #1774: Support for more than 3 nodes dev cluster URL: https://github.com/apache/couchdb/pull/1774#discussion_r240318712
########## File path: dev/run ########## @@ -24,10 +24,15 @@ import optparse import os import posixpath import re +import socket import subprocess as sp import sys import time import uuid +import pkgutil +import imp Review comment: "Deprecated since version 3.4: The imp package is pending deprecation in favor of importlib." https://docs.python.org/3.5/library/imp.html ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
