Move more stuff from modules.llvm to modules.utils
Move some helpers that aren't directly dealing with LLVM knowledge from
modules/llvm.py to modules/utils.py.
Change-Id: I792286b06a99852facc7bc77b7c39ed67988e18f
diff --git a/scripts/llvm.py b/scripts/llvm.py
index 2489171..919caf9 100644
--- a/scripts/llvm.py
+++ b/scripts/llvm.py
@@ -7,10 +7,10 @@
from modules.llvm import LLVMBuildConfig
from modules.llvm import LLVMSubproject
from modules.llvm import LLVMSourceConfig
-from modules.llvm import get_remote_branch
-from modules.llvm import push_branch
from modules.utils import CommandPrinter
from modules.utils import CommandRunner
+from modules.utils import get_remote_branch
+from modules.utils import push_branch
from linaropy.cd import cd
from linaropy.git.clone import Clone