Skip to content

Commit c5cf59c

Browse files
committed
Update imports
1 parent b99a8dd commit c5cf59c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "170e550ee492b57eddde3fbe3e2334bcf3ff5d5f" }
1+
{ "overlay": "adca0bf57f88f8e74b181ed5e7e77df445de5bd8" }

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
if PY3:
4646
import urllib.request as urllib_request
4747
else:
48-
import urllib2 as urllib_request
48+
raise "The build scripts are no longer compatible with Python 2"
4949
from argparse import ArgumentParser
5050

5151
import mx

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
},
4545
{
4646
"name": "tools",
47-
"version": "5a1d413830ed950a9051c7b76c7dfb3e146ec6eb",
47+
"version": "da2036a358e5240e16bfc384f63ada2c1dffa1af",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "5a1d413830ed950a9051c7b76c7dfb3e146ec6eb",
55+
"version": "da2036a358e5240e16bfc384f63ada2c1dffa1af",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "5a1d413830ed950a9051c7b76c7dfb3e146ec6eb",
63+
"version": "da2036a358e5240e16bfc384f63ada2c1dffa1af",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)