7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
8 Eric6 Plugin Installer. | 8 Eric6 Plugin Installer. |
9 | 9 |
10 This is the main Python script to install eric6 plugins from outside of the | 10 This is the main Python script to install eric6 plugins from outside of the |
11 IDE. | 11 IDE. |
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__)) |