--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6_hexeditor.pyw Sat Jan 09 19:04:34 2016 +0100 @@ -0,0 +1,14 @@ +# -*- 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()