E5XML/__init__.py

Fri, 25 Apr 2014 18:39:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 25 Apr 2014 18:39:35 +0200
branch
Py2 comp.
changeset 3535
c22b27894184
parent 3160
209a07d7e401
child 3670
f0cb7579c0b4
permissions
-rw-r--r--

Branch Py2 comp. closed after having it merged into the default line of development.

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

# Copyright (c) 2004 - 2014 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