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

hiro at torproject.org hiro at torproject.org
Fri Jun 21 11:23:00 UTC 2019


commit 75f917af3244353702627cafc6171b319228a26d
Author: hiro <hiro at torproject.org>
Date:   Fri Jun 21 13:22:57 2019 +0200

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

diff --git a/gettor/__init__.py b/gettor/__init__.py
index 74a0363..dfeaa50 100644
--- a/gettor/__init__.py
+++ b/gettor/__init__.py
@@ -10,7 +10,7 @@ the Tor Browser.
 :license: see included LICENSE for information
 """
 
-from .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