eric6_qregexp.pyw@26e4a082ba54
eric6_qregexp.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 4631
-
5c1a96925da4
- 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) 2011 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from __future__ import unicode_literals
from eric6_qregexp import main
main()