Added a "backward compatibility" comment.

Sun, 15 Sep 2024 15:48:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 15 Sep 2024 15:48:45 +0200
changeset 80
f59f1bcc4c6f
parent 79
4e9005aca5d5
child 81
b6280afecc83

Added a "backward compatibility" comment.

PipxInterface/Pipx.py file | annotate | diff | comparison | revisions
--- a/PipxInterface/Pipx.py	Sun Sep 15 11:58:00 2024 +0200
+++ b/PipxInterface/Pipx.py	Sun Sep 15 15:48:45 2024 +0200
@@ -23,6 +23,7 @@
 try:
     from eric7.EricCore.EricProcess import EricProcess
 except ImportError:
+    # backward compatibility for eric-ide < 24.10
     from .PipxProcess import PipxProcess as EricProcess
 
 from .PipxExecDialog import PipxExecDialog

eric ide

mercurial