eric6/eric6_api.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7257
c4d0cac9b5c9
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 14
15 from __future__ import unicode_literals
16 15
17 import os 16 import os
18 import sys 17 import sys
19 18
20 sys.path.insert(1, os.path.dirname(__file__)) 19 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial