16 from eric7.EricWidgets.EricApplication import ericApp |
16 from eric7.EricWidgets.EricApplication import ericApp |
17 |
17 |
18 try: |
18 try: |
19 from eric7.EricWidgets.EricAutoResizeTextBrowser import EricAutoResizeTextBrowser |
19 from eric7.EricWidgets.EricAutoResizeTextBrowser import EricAutoResizeTextBrowser |
20 except ImportError: |
20 except ImportError: |
21 # backward compatibility for eric-ide < 24.10 |
21 # backward compatibility for eric < 24.10 |
22 from .AutoResizeTextBrowser import ( |
22 from .AutoResizeTextBrowser import ( |
23 AutoResizeTextBrowser as EricAutoResizeTextBrowser, |
23 AutoResizeTextBrowser as EricAutoResizeTextBrowser, |
24 ) |
24 ) |
25 |
25 |
26 |
26 |