--- a/eric6/DocumentationTools/__init__.py Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/DocumentationTools/__init__.py Sun Jun 21 18:26:12 2020 +0200 @@ -8,7 +8,6 @@ """ supportedExtensionsDictForApis = { - "Python2": [".py2", ".pyw2", ".ptl"], "Python3": [".py", ".pyw", ".py3", ".pyw3"], "Ruby": [".rb"] }