eric5_qregexp.pyw@164377e75d33
eric5_qregexp.pyw
Sun, 13 Apr 2014 17:29:48 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 13 Apr 2014 17:29:48 +0200
- branch
- 5_4_x
- changeset 3511
- 164377e75d33
- parent 3160
-
209a07d7e401
- permissions
- -rw-r--r--
Changed the install script to accept a '-n' option to set the name of the directory where the Mac application bundle should be created in.
(grafted from b09e10d4f3432bc48ee8e6f9694230210aa62d17)
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric5_qregexp import main
main()