summaryrefslogtreecommitdiff
path: root/git-update
diff options
context:
space:
mode:
Diffstat (limited to 'git-update')
-rwxr-xr-xgit-update6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-update b/git-update
index 71c6d038a1..ae90567d45 100755
--- a/git-update
+++ b/git-update
@@ -5,9 +5,9 @@ import subprocess
import xml.etree.ElementTree as ET
import sys
-from common import git
-from common import Colors
-from common import accept_command
+from scripts.common import git
+from scripts.common import Colors
+from scripts.common import accept_command
SCRIPTDIR = os.path.normpath(os.path.dirname(__file__))