Skip to content

Commit

Permalink
Optimized imports for type checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouD committed Jun 18, 2018
1 parent 032d808 commit 32bdebd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mlconjug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,13 @@
import locale
import gettext

# __all__ = (mlconjug.__all__ + PyVerbiste.__all__)

# Sets up the automatic translation of annotated strings displayed to the user.
_RESOURCE_PACKAGE = __name__
_TRANSLATIONS_PATH = pkg_resources.resource_filename(_RESOURCE_PACKAGE, 'locale')

_SUPPORTED_LANGUAGES = ('default', 'en', 'es', 'fr', 'it', 'pt', 'ro')
_TRANSLATED_LANGUAGES = _SUPPORTED_LANGUAGES[2:]

# _LANGUAGE_FULL = {'fr': 'Français',
# 'en': 'English',
# 'es': 'Español',
# 'it': 'Italiano',
# 'pt': 'Português',
# 'ro': 'Română'}

if 'Windows' in platform.system():
import ctypes
Expand Down

0 comments on commit 32bdebd

Please sign in to comment.