src/eric7/HexEdit/HexEditChunks.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9500
5771348ded12
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the storage backend for the hex editor. 7 Module implementing the storage backend for the hex editor.
8 """ 8 """
9 9
10 import sys 10 import sys
11 11
12 from PyQt6.QtCore import QBuffer, QIODevice, QByteArray 12 from PyQt6.QtCore import QBuffer, QByteArray, QIODevice
13 13
14 14
15 class HexEditChunk: 15 class HexEditChunk:
16 """ 16 """
17 Class implementing a container for the data chunks. 17 Class implementing a container for the data chunks.

eric ide

mercurial