[tor-commits] [gettor/master] Fix import

hiro at torproject.org hiro at torproject.org
Fri Oct 18 11:27:34 UTC 2019


commit cabaddce5b255a1636db28c87999b58b985fb741
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 18 13:27:29 2019 +0200

    Fix import
---
 gettor/utils/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gettor/utils/settings.py b/gettor/utils/settings.py
index 768c6fe..226f57f 100644
--- a/gettor/utils/settings.py
+++ b/gettor/utils/settings.py
@@ -15,6 +15,7 @@ import os
 import platform
 import locale
 
+from twisted.python import log
 
 from . import strings
 



More information about the tor-commits mailing list