Commit f1ad74fa authored by thakis@chromium.org's avatar thakis@chromium.org

Add a missing "import glob".

Reported in "[chromium-dev] the problem i met when buliding chromium on the windows 7 without cygwin"

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/134763002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244232 0039d316-1c4b-4281-b951-d872f2087c98
parent 63097628
......@@ -3,6 +3,7 @@
# found in the LICENSE file.
import errno
import glob
import os
import re
import subprocess
......
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