comparison: scripts/uninstall-debugclients.py
scripts/uninstall-debugclients.py
- changeset 7639
- 422fd05e9c91
- parent 7628
- f904d0eef264
- child 7836
- 2f0d208b8137
equal
deleted
inserted
replaced
7 # |
7 # |
8 |
8 |
9 """ |
9 """ |
10 Unnstallation script for the eric6 debug clients. |
10 Unnstallation script for the eric6 debug clients. |
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 distutils.sysconfig |
16 import distutils.sysconfig |