Index: sky/tools/webkitpy/common/checkout/scm/git.py |
diff --git a/sky/tools/webkitpy/common/checkout/scm/git.py b/sky/tools/webkitpy/common/checkout/scm/git.py |
index 909bd8ccd1141df0c6b11d7e7a74f8ab3c85ffda..81971531f0a70152325fa2b97d211e0559408fc4 100644 |
--- a/sky/tools/webkitpy/common/checkout/scm/git.py |
+++ b/sky/tools/webkitpy/common/checkout/scm/git.py |
@@ -32,6 +32,10 @@ import logging |
import os |
import re |
+# This import isn't used, but it's needed for the |
+# path_to_module('webkitpy.common.config') call in create_patch. |
+import webkitpy.common.config |
+ |
from webkitpy.common.checkout.scm.scm import SCM |
from webkitpy.common.memoized import memoized |
from webkitpy.common.system.executive import Executive, ScriptError |