4 lines
77 B
Python
4 lines
77 B
Python
|
from distutils import dir_util
|
||
|
Import("env")
|
||
|
dir_util.copy_tree("patch",".")
|