4649:bbc8b2de9173 | 4650:b1ca3bcde70b |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # Copyright (c) 2016 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 # |