comparison: scripts/uninstall.py
scripts/uninstall.py
- changeset 7229
- 53054eb5b15a
- parent 7220
- 5cf645f6daab
- child 7257
- c4d0cac9b5c9
equal
deleted
inserted
replaced
7 # |
7 # |
8 |
8 |
9 """ |
9 """ |
10 Uninstallation script for the eric6 IDE and all eric6 related tools. |
10 Uninstallation script for the eric6 IDE and all eric6 related tools. |
11 """ |
11 """ |
12 |
|
13 from __future__ import unicode_literals, print_function |
|
14 |
12 |
15 import sys |
13 import sys |
16 import os |
14 import os |
17 import shutil |
15 import shutil |
18 import glob |
16 import glob |