6 lines
137 B
Python
6 lines
137 B
Python
|
import shutil
|
||
|
import os
|
||
|
|
||
|
shutil.rmtree(os.path.join('..', 'tools', 'Python27_32'))
|
||
|
shutil.rmtree(os.path.join('..', 'tools', 'gnu_gcc'))
|