eric6_hexeditor.pyw

Fri, 04 Nov 2016 22:07:05 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Fri, 04 Nov 2016 22:07:05 +0100
changeset 5289
26e4a082ba54
parent 4650
b1ca3bcde70b
child 5389
9b1c800daff3
permissions
-rw-r--r--

Avoid exception and be able to close the code style dialog if no file found because of filter settings.

# -*- 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()

eric ide

mercurial