E5XML/__init__.py

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) 2004 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the XML handling module of eric6.

This module includes XML handlers and writers for
<ul>
    <li>Project files</li>
    <li>User project data files</li>
    <li>Multi-project files</li>
    <li>Session files</li>
    <li>Shortcuts files</li>
    <li>Debugger Properties files</li>
    <li>Tasks files</li>
    <li>Templates files</li>
    <li>Highlighting styles</li>
    <li>Plugiin repository (handler only)</li>
</ul>
"""

eric ide

mercurial