use secrets from dependencies
This commit is contained in:
parent
1b16c809fd
commit
bed6475e1b
@ -17,7 +17,8 @@
|
||||
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 onionrexceptions, onionrpeers, onionrproofs, base64, logger, secrets
|
||||
import onionrexceptions, onionrpeers, onionrproofs, base64, logger
|
||||
from dependencies import secrets
|
||||
class DaemonTools:
|
||||
def __init__(self, daemon):
|
||||
self.daemon = daemon
|
||||
|
Loading…
Reference in New Issue
Block a user