eric6/eric6_sqlbrowser.py

changeset 7781
607a6098cb44
parent 7380
c99320e859ca
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
8 Eric6 SQL Browser. 8 Eric6 SQL Browser.
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
14 13
15 import sys 14 import sys
16 import os 15 import os
17 16
18 sys.path.insert(1, os.path.dirname(__file__)) 17 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial