7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
6 # This is the install script for eric6. | 6 # This is the install script for eric6. |
7 | 7 |
8 """ | 8 """ |
9 Installation script for the eric6 IDE and all eric6 related tools. | 9 Installation script for the eric6 IDE and all eric6 related tools. |
10 """ | 10 """ |
11 | |
12 from __future__ import unicode_literals, print_function | |
13 | 11 |
14 import os | 12 import os |
15 import sys | 13 import sys |
16 | 14 |
17 from eric6config import getConfig | 15 from eric6config import getConfig |