Skip to content

Commit 45c0727

Browse files
authored
Merge pull request swiftlang#30662 from tachoknight/master
Modification to allow checking out subprojects with Python 2 and 3.
2 parents 22f5766 + 629fc8d commit 45c0727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/update_checkout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
from update_checkout import main
2+
from .update_checkout import main
33

44
__all__ = ["main"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
from update_checkout import main
2+
from .update_checkout import main
33

44
__all__ = ["main"]

0 commit comments

Comments
 (0)