removed imports in daemon launch

This commit is contained in:
Kevin Froman 2020-03-09 04:10:41 -05:00
parent 25766e02fc
commit c106d5881f
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import platform
import sqlite3 import sqlite3
from threading import Thread from threading import Thread
from gevent import time
from gevent import spawn from gevent import spawn
from stem.connection import IncorrectPassword from stem.connection import IncorrectPassword
import toomanyobjs import toomanyobjs
@ -22,7 +21,6 @@ import logger
import communicator import communicator
from onionrplugins import onionrevents as events from onionrplugins import onionrevents as events
from netcontroller import NetController from netcontroller import NetController
from netcontroller import get_open_port
from netcontroller import clean_ephemeral_services from netcontroller import clean_ephemeral_services
from onionrutils import localcommand from onionrutils import localcommand
from utils import identifyhome from utils import identifyhome