diff --git a/onionr/onionrdaemontools.py b/onionr/onionrdaemontools.py index bc3e7d9e..bbd7af64 100644 --- a/onionr/onionrdaemontools.py +++ b/onionr/onionrdaemontools.py @@ -17,7 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -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