Skip to content

Commit 629fc8d

Browse files
committed
Modification to allow checking out subprojects with Python 2 and 3.
1 parent 4981da4 commit 629fc8d

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)