Mercurial Repositories
>
eric
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: eric6/DocumentationTools/__init__.py
eric6/DocumentationTools/__init__.py
changeset 7639
422fd05e9c91
parent 7635
0cdead130a81
child 7923
91e843545d9a
equal
deleted
inserted
replaced
7638:176145438b1e
7639:422fd05e9c91
9
9
10
supportedExtensionsDictForApis = {
10
supportedExtensionsDictForApis = {
11
"Python3": [".py", ".pyw", ".py3", ".pyw3"],
11
"Python3": [".py", ".pyw", ".py3", ".pyw3"],
12
"Ruby": [".rb"]
12
"Ruby": [".rb"]
13
}
13
}
14
15
#
16
# eflag: noqa = M702