eric6_trpreviewer.py

branch
6_0_x
changeset 4036
076a2e6332dc
parent 4022
f5f42921717e
child 4289
6c1ab651c9ce
equal deleted inserted replaced
4034:bcee35dbbce0 4036:076a2e6332dc
69 "Eric6 TR Previewer", 69 "Eric6 TR Previewer",
70 "file", 70 "file",
71 "TR file previewer", 71 "TR file previewer",
72 options) 72 options)
73 73
74 # set the library paths for plugins
75 Startup.setLibraryPaths()
76
74 app = E5Application(sys.argv) 77 app = E5Application(sys.argv)
75 client = TRSingleApplicationClient() 78 client = TRSingleApplicationClient()
76 res = client.connect() 79 res = client.connect()
77 if res > 0: 80 if res > 0:
78 if len(sys.argv) > 1: 81 if len(sys.argv) > 1:

eric ide

mercurial