OllamaInterface/OllamaChatMessageBox.py

changeset 59
40a29731e0d0
parent 44
ef9a85b8768a
child 67
3c2bcbf7eeaf
equal deleted inserted replaced
58:7878fc1493fb 59:40a29731e0d0
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

eric ide

mercurial