eric5-webbrowser.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 565
21191e634b47
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
28 import pygments 28 import pygments
29 except ImportError: 29 except ImportError:
30 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments")) 30 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments"))
31 31
32 from Utilities import Startup 32 from Utilities import Startup
33 import Utilities
34 33
35 def createMainWidget(argv): 34 def createMainWidget(argv):
36 """ 35 """
37 Function to create the main widget. 36 Function to create the main widget.
38 37

eric ide

mercurial