added missing secrets import

This commit is contained in:
Kevin Froman 2019-06-10 23:22:35 -05:00
parent af6834cfd0
commit d18f56eee2
1 changed files with 1 additions and 1 deletions

View File

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