eric6/eric6_api.py

changeset 7781
607a6098cb44
parent 7360
9190402e4505
child 7785
9978016560ec
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
9 9
10 This is the main Python script of the API generator. It is 10 This is the main Python script of the API generator. It is
11 this script that gets called via the API generation interface. 11 this script that gets called via the API generation interface.
12 This script can be used via the commandline as well. 12 This script can be used via the commandline as well.
13 """ 13 """
14
15 14
16 import os 15 import os
17 import sys 16 import sys
18 17
19 sys.path.insert(1, os.path.dirname(__file__)) 18 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial