--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HexEdit/__init__.py Sat Jan 09 19:04:34 2016 +0100 @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing a hex editor. +""" + +# +# This is a Python only variant of QHexEdit2 created by Winfried Simon. +# Winfried Simon <winfried.simon@gmail.com> +#