je-editor 0.0.107__py3-none-any.whl → 0.0.108__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- je_editor/__init__.py +3 -1
- {je_editor-0.0.107.dist-info → je_editor-0.0.108.dist-info}/METADATA +1 -1
- {je_editor-0.0.107.dist-info → je_editor-0.0.108.dist-info}/RECORD +6 -6
- {je_editor-0.0.107.dist-info → je_editor-0.0.108.dist-info}/LICENSE +0 -0
- {je_editor-0.0.107.dist-info → je_editor-0.0.108.dist-info}/WHEEL +0 -0
- {je_editor-0.0.107.dist-info → je_editor-0.0.108.dist-info}/top_level.txt +0 -0
je_editor/__init__.py
CHANGED
@@ -16,7 +16,9 @@ from je_editor.pyside_ui.colors.global_color import error_color
|
|
16
16
|
from je_editor.pyside_ui.colors.global_color import output_color
|
17
17
|
# Exec and shell
|
18
18
|
from je_editor.pyside_ui.code_process.code_exec import exec_manage
|
19
|
+
from je_editor.pyside_ui.code_process.code_exec import ExecManager
|
19
20
|
from je_editor.pyside_ui.shell_process.shell_exec import default_shell_manager
|
21
|
+
from je_editor.pyside_ui.shell_process.shell_exec import ShellManager
|
20
22
|
|
21
23
|
__all__ = [
|
22
24
|
"start_editor", "EditorMain",
|
@@ -25,5 +27,5 @@ __all__ = [
|
|
25
27
|
"JEditorOpenFileException", "JEditorContentFileException",
|
26
28
|
"JEditorCantFindLanguageException", "JEditorJsonException",
|
27
29
|
"error_color", "output_color",
|
28
|
-
"exec_manage", "default_shell_manager"
|
30
|
+
"exec_manage", "default_shell_manager", "ExecManager", "ShellManager"
|
29
31
|
]
|
@@ -1,4 +1,4 @@
|
|
1
|
-
je_editor/__init__.py,sha256=
|
1
|
+
je_editor/__init__.py,sha256=2ehQGiIIhGESrwbqrmyp57thrJxWarRbOTHpHTzYOks,1615
|
2
2
|
je_editor/__main__.py,sha256=tv19PbVG_8bg4HhRWINNYL_Zu6VtkJR00U_0v56GsK8,598
|
3
3
|
je_editor/start_editor.py,sha256=8DqldiwcDCtG7Mu_d4NN8--xhJQZCnkU1aBMRYPRLA4,505
|
4
4
|
je_editor/pyside_ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -62,8 +62,8 @@ je_editor/utils/json_format/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_X
|
|
62
62
|
je_editor/utils/json_format/json_process.py,sha256=Ic-OpIueSYmtWgnHPP_RzM3dlSmKTsGdLm22pypLb5M,983
|
63
63
|
je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
64
|
je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=0HX7XyFhN8cFaZefKUsE1MrpQIcnLozrvNTMOsfV5zU,1991
|
65
|
-
je_editor-0.0.
|
66
|
-
je_editor-0.0.
|
67
|
-
je_editor-0.0.
|
68
|
-
je_editor-0.0.
|
69
|
-
je_editor-0.0.
|
65
|
+
je_editor-0.0.108.dist-info/LICENSE,sha256=YcSMBs2sED35BtlErMkfIDye9Oo-3SYmUJiZJOpa34g,1085
|
66
|
+
je_editor-0.0.108.dist-info/METADATA,sha256=Dk1Jx_wnBsw8gN2Jgbt6gK5qlVO9jWLga-LHcIufQWE,3194
|
67
|
+
je_editor-0.0.108.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
68
|
+
je_editor-0.0.108.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
|
69
|
+
je_editor-0.0.108.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|