DocumentationTools/__init__.py

Fri, 01 Jan 2016 12:51:51 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 01 Jan 2016 12:51:51 +0100
branch
6_1_x
changeset 4634
75ba4ce4a589
parent 4632
ca310db386ed
child 5389
9b1c800daff3
permissions
-rw-r--r--

Prepared release 6.1.1.

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

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

"""
Package implementing the source code documentation tools.
"""

supportedExtensionsDictForApis = {
    "Python2": [".py2", ".pyw2", ".ptl"],
    "Python3": [".py", ".pyw", ".py3", ".pyw3"],
    "Ruby": [".rb"]
}

#
# eflag: noqa = M702

eric ide

mercurial