eric6_qregexp.pyw@6819272cafd5
eric6_qregexp.pyw
Sun, 30 Nov 2014 12:03:42 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 30 Nov 2014 12:03:42 +0100
- changeset 3950
- 6819272cafd5
- parent 3670
-
f0cb7579c0b4
- child 4021
-
195a471c327b
- permissions
- -rw-r--r--
Fixed an issue in the install script creating the Mac application bundle file.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric6_qregexp import main
main()