comparison: cleanupSource.py
cleanupSource.py
- changeset 6497
- 07ce17c54eae
- parent 6048
- 82ad8ec9548c
- child 6645
- ad476851d7e0
equal
deleted
inserted
replaced
6 |
6 |
7 """ |
7 """ |
8 Script for eric6 to clean up the source tree. |
8 Script for eric6 to clean up the source tree. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
11 from __future__ import unicode_literals, print_function |
12 from __future__ import print_function |
|
13 |
12 |
14 import os |
13 import os |
15 import sys |
14 import sys |
16 import fnmatch |
15 import fnmatch |
17 import shutil |
16 import shutil |