From 640ce593f0e63cb6e4981c91bbde3ce23cf0e77e Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sat, 2 Jun 2018 00:05:46 -0500 Subject: [PATCH] removed old commented out import --- onionr/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/onionr/core.py b/onionr/core.py index 9b78ee1a..7fb1b2d3 100644 --- a/onionr/core.py +++ b/onionr/core.py @@ -18,8 +18,6 @@ along with this program. If not, see . ''' import sqlite3, os, sys, time, math, base64, tarfile, getpass, simplecrypt, hashlib, nacl, logger, json, netcontroller, math, config -#from Crypto.Cipher import AES -#from Crypto import Random import onionrutils, onionrcrypto, onionrproofs, onionrevents as events