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