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

hiro at torproject.org hiro at torproject.org
Fri Jun 21 11:25:46 UTC 2019


commit 1e1c3ab99aa13563203df3a98c74d9654a5de60e
Author: hiro <hiro at torproject.org>
Date:   Fri Jun 21 13:25:43 2019 +0200

    Fix local import again
---
 gettor/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gettor/__init__.py b/gettor/__init__.py
index dfeaa50..d63551b 100644
--- a/gettor/__init__.py
+++ b/gettor/__init__.py
@@ -10,7 +10,7 @@ the Tor Browser.
 :license: see included LICENSE for information
 """
 
-from gettor.utils import strings
+from ..gettor.utils import strings
 
 """
 This is where version and available locales get loaded.



More information about the tor-commits mailing list