added missing secrets import

This commit is contained in:
Kevin Froman 2019-06-10 23:22:35 -05:00
parent af6834cfd0
commit d18f56eee2

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
''' '''
import time import time, sys
import onionrexceptions, logger, onionrpeers import onionrexceptions, logger, onionrpeers
from utils import networkmerger from utils import networkmerger
# secrets module was added into standard lib in 3.6+ # secrets module was added into standard lib in 3.6+