Fixed a compatibility issue with older Python releases. eric7

Sun, 13 Nov 2022 17:34:19 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Nov 2022 17:34:19 +0100
branch
eric7
changeset 9510
b1c92d588478
parent 9509
c06561080e32
child 9511
263a664d55dc

Fixed a compatibility issue with older Python releases.

src/eric7/Utilities/ClassBrowsers/pyclbr.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Utilities/ClassBrowsers/pyclbr.py	Sun Nov 13 14:10:57 2022 +0100
+++ b/src/eric7/Utilities/ClassBrowsers/pyclbr.py	Sun Nov 13 17:34:19 2022 +0100
@@ -255,7 +255,7 @@
     module: str
     file: str
     lineno: int
-    identifiers: list[str]
+    identifiers: list
     name: str = "__all__"
 
 

eric ide

mercurial