6941:f99d60d6b59b | 6942:2602857055c5 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # Copyright (c) 2016 - 2019 Detlev Offenbach <detlev@die-offenbachs.de> | |
4 # | |
5 | |
6 """ | |
7 Package implementing a hex editor. | |
8 """ | |
9 | |
10 # | |
11 # This is a Python only variant of QHexEdit2 created by Winfried Simon. | |
12 # Winfried Simon <winfried.simon@gmail.com> | |
13 # |