commit 1e1c3ab99aa13563203df3a98c74d9654a5de60e Author: hiro hiro@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.
tor-commits@lists.torproject.org