use secrets from dependencies

This commit is contained in:
Kevin 2018-08-31 19:51:14 -05:00
parent 1b16c809fd
commit bed6475e1b
1 changed files with 2 additions and 1 deletions

View File

@ -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