
21 Jun
2019
21 Jun
'19
11:23 a.m.
commit 75f917af3244353702627cafc6171b319228a26d Author: hiro <hiro@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.