eric6/eric6_sqlbrowser.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the SQL browser and starts the Qt event loop. 11 of the SQL browser and starts the Qt event loop.
12 """ 12 """
13 13
14 from __future__ import unicode_literals
15 14
16 import sys 15 import sys
17 import os 16 import os
18 17
19 sys.path.insert(1, os.path.dirname(__file__)) 18 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial