[zorg] r233877 - fix a NIT, move import of standard library to the top

Ying Chen chying at google.com
Wed Apr 1 17:49:27 PDT 2015


Author: chying
Date: Wed Apr  1 19:49:27 2015
New Revision: 233877

URL: http://llvm.org/viewvc/llvm-project?rev=233877&view=rev
Log:
fix a NIT, move import of standard library to the top

Modified:
    zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py?rev=233877&r1=233876&r2=233877&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Wed Apr  1 19:49:27 2015
@@ -1,4 +1,5 @@
 import os
+import json
 
 import buildbot
 import buildbot.process.factory
@@ -11,7 +12,6 @@ import zorg.buildbot.commands.BatchFileD
 from zorg.buildbot.commands.LitTestCommand import LitTestCommand
 from zorg.buildbot.builders.Util import getVisualStudioEnvironment
 from zorg.buildbot.builders.Util import extractSlaveEnvironment
-import json
 
 # We *must* checkout at least Clang, LLVM, and LLDB.  Once we add a step to run
 # tests (e.g. ninja check-lldb), we will also need to add a step for LLD, since





More information about the llvm-commits mailing list