7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
7 """ | 7 """ |
8 Eric6 Configure. | 8 Eric6 Configure. |
9 | 9 |
10 This is the main Python script to configure the eric6 IDE from the outside. | 10 This is the main Python script to configure the eric6 IDE from the outside. |
11 """ | 11 """ |
12 | |
13 | 12 |
14 import sys | 13 import sys |
15 import os | 14 import os |
16 | 15 |
17 sys.path.insert(1, os.path.dirname(__file__)) | 16 sys.path.insert(1, os.path.dirname(__file__)) |