We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097928f commit 09a2febCopy full SHA for 09a2feb
2 files changed
src/omnipkg/cli.py
@@ -2,6 +2,7 @@
2
3
from omnipkg.common_utils import safe_print
4
5
+from omnipkg.i18n import _, SUPPORTED_LANGUAGES
6
"""omnipkg CLI - Enhanced with runtime interpreter switching and language support"""
7
try:
8
from .common_utils import safe_print
@@ -33,7 +34,6 @@
33
34
from .common_utils import print_header
35
from .core import ConfigManager
36
from .core import omnipkg as OmnipkgCore
-from omnipkg.i18n import _, SUPPORTED_LANGUAGES
37
38
project_root = Path(__file__).resolve().parent.parent
39
TESTS_DIR = Path(__file__).parent.parent / "tests"
@@ -935,7 +935,6 @@ def main():
935
import importlib
936
from omnipkg import i18n
937
importlib.reload(i18n)
938
- from omnipkg.i18n import _
939
940
_.set_language(user_lang)
941
os.environ["OMNIPKG_LANG"] = user_lang
0 commit comments