E5XML/__init__.py

Sat, 11 Sep 2010 19:26:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Sep 2010 19:26:32 +0200
changeset 590
beb60b9b3d8d
parent 50
a36eecf45b2e
child 791
9ec2ac20e54e
permissions
-rw-r--r--

Added code to handle unsupported versions to the new XML readers.

# -*- coding: utf-8 -*-

# Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#

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

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