eric5_editor.pyw@c0f78e9d0971
eric5_editor.pyw
Wed, 01 Jan 2014 22:59:10 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Wed, 01 Jan 2014 22:59:10 +0100
- branch
- BgService
- changeset 3172
- c0f78e9d0971
- parent 2965
-
d133c7edd88a
- child 3160
-
209a07d7e401
- permissions
- -rw-r--r--
Bugfixes for Linux and if not both interpreters are specified. Project file updated.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric5_editor import main
main()