Unlocalize CLI strings

This commit is contained in:
Miguel Jacq 2019-04-20 10:31:34 +10:00
parent e5366bdf0b
commit a7bbe818bf
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
7 changed files with 50 additions and 97 deletions

View file

@ -25,7 +25,7 @@ from distutils.version import LooseVersion as Version
from onionshare.settings import Settings
from onionshare.onion import Onion
from . import strings
from onionshare import strings
class UpdateCheckerCheckError(Exception):
"""