eric6_hexeditor.pyw@b1ca3bcde70b
eric6_hexeditor.pyw
Sat, 09 Jan 2016 19:04:34 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 09 Jan 2016 19:04:34 +0100
- changeset 4650
- b1ca3bcde70b
- child 5389
-
9b1c800daff3
- permissions
- -rw-r--r--
First commit for the new hex editor tool.
# -*- coding: utf-8 -*-
# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from __future__ import unicode_literals
from eric6_hexeditor import main
main()