eric6_plugininstall.pyw@55bb39334322
eric6_plugininstall.pyw
Sat, 03 Feb 2018 10:45:52 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 03 Feb 2018 10:45:52 +0100
- branch
- maintenance
- changeset 6103
- 55bb39334322
- parent 6048
-
82ad8ec9548c
- child 6645
-
ad476851d7e0
- permissions
- -rw-r--r--
Fixed a situation in the tabview view manager that could cause a traceback.
(grafted from a5b9f6a38fafcd549914bc8d8cdc1b4e44602b01)
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from __future__ import unicode_literals
from eric6_plugininstall import main
main()