42 sys.argv.remove(arg) |
42 sys.argv.remove(arg) |
43 break |
43 break |
44 |
44 |
45 # make Third-Party package available as a packages repository |
45 # make Third-Party package available as a packages repository |
46 try: |
46 try: |
47 import pygments # __IGNORE_WARNING__ |
47 import pygments # __IGNORE_EXCEPTION__ __IGNORE_WARNING__ |
48 except ImportError: |
48 except ImportError: |
49 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments")) |
49 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments")) |
50 |
50 |
51 from E5Gui.E5Application import E5Application |
51 from E5Gui.E5Application import E5Application |
52 |
52 |