Skip to content

Commit ed6159e

Browse files
fixed error on tkinter app
1 parent 57cc3de commit ed6159e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

PyMemoryEditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__author__ = "Jean Loui Bernard Silva de Jesus"
11-
__version__ = "1.5.20"
11+
__version__ = "1.5.21"
1212

1313
from .enums import ScanTypesEnum
1414
from .process.errors import ClosedProcess, ProcessIDNotExistsError, ProcessNotFoundError

PyMemoryEditor/sample/open_process_window.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
from tkinter.ttk import Button, Entry, Style
55
from typing import Optional
66

7-
from PyMemoryEditor import OpenProcess
8-
from PyMemoryEditor.errors import ProcessIDNotExistsError, ProcessNotFoundError
7+
from PyMemoryEditor import OpenProcess, ProcessIDNotExistsError, ProcessNotFoundError
98
from PyMemoryEditor.process import AbstractProcess
109

1110
import psutil

0 commit comments

Comments
 (0)