Skip to content

Commit f4a8d92

Browse files
committed
GR-9139: revert shutil patch
1 parent 64153b5 commit f4a8d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graalpython/lib-python/3/test/support/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
import os
1919
import platform
2020
import re
21-
# TODO: Truffle reenable me once supported (GR-9139)
22-
# import shutil
21+
import shutil
2322
# TODO: Truffle reenable me once supported (GR-9140)
2423
# import socket
2524
import stat

0 commit comments

Comments
 (0)