Skip to content
Snippets Groups Projects
Commit 429a6bc6 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files
parent 59006f24
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@ if __name__ == "__main__":
shutil.rmtree(local_path)
print("Copying source tree into build/py3k for 2to3 transformation"
"...")
shutil.copytree(os.path.join(old_path, 'scikits'),
os.path.join(local_path, 'scikits'))
shutil.copytree(os.path.join(old_path, 'sklearn'),
os.path.join(local_path, 'sklearn'))
import lib2to3.main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment