Commit fe79c31e authored by dpranke@chromium.org's avatar dpranke@chromium.org

make git_cl lint cleanly on mac. I look forward to the day when json can

be assumed to be installed.

R=maruel@chromium.org

Review URL: http://codereview.chromium.org/6771041

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80209 0039d316-1c4b-4281-b951-d872f2087c98
parent 90541738
......@@ -27,7 +27,7 @@ except ImportError:
except ImportError:
# Fall back to the packaged version.
sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party'))
import simplejson as json
import simplejson as json # pylint: disable=F0401
from third_party import upload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment