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