eric5_sqlbrowser.pyw@bfcefbb1633c
eric5_sqlbrowser.pyw
Sun, 20 Apr 2014 16:37:34 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 20 Apr 2014 16:37:34 +0200
- branch
- Py2 comp.
- changeset 3520
- bfcefbb1633c
- parent 3160
-
209a07d7e401
- permissions
- -rw-r--r--
Implemented the Python2 compatibility check for plug-ins in the plug-in manager. The flag is named 'python2Compatible'.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric5_sqlbrowser import main
main()