eric5_plugininstall.pyw@02cb2adb4868
eric5_plugininstall.pyw
Tue, 31 Dec 2013 18:03:31 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 31 Dec 2013 18:03:31 +0100
- branch
- BgService
- changeset 3159
- 02cb2adb4868
- parent 2965
-
d133c7edd88a
- child 3160
-
209a07d7e401
- permissions
- -rw-r--r--
First implementation for the BackgroundService.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric5_plugininstall import main
main()