7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
5 # | 5 # |
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 | |
11 from __future__ import unicode_literals, print_function | |
12 | 10 |
13 import os | 11 import os |
14 import sys | 12 import sys |
15 import fnmatch | 13 import fnmatch |
16 import shutil | 14 import shutil |