eric6/eric6_pluginuninstall.pyw@a22eee00b052
eric6/eric6_pluginuninstall.pyw
Sat, 31 Aug 2019 12:58:11 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 31 Aug 2019 12:58:11 +0200
- branch
- without_py2_and_pyqt4
- changeset 7192
- a22eee00b052
- parent 6942
-
2602857055c5
- child 7229
-
53054eb5b15a
- permissions
- -rw-r--r--
Started removing runtime support for Python2 and PyQt4.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from __future__ import unicode_literals
from eric6_pluginuninstall import main
main()