diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-03-31 00:55:59 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-03-31 00:55:59 (GMT) |
commit | 5e423d838ca366f983a24f126663c89898a54038 (patch) | |
tree | 212f1357844f80ff4a37d3d8ec0de756f879fd34 /build_tools/bin | |
parent | bad80657ed72b6626fd7817da9625e01562ebdad (diff) | |
download | linhes_dev-5e423d838ca366f983a24f126663c89898a54038.zip |
mp.py: remove unneeded import
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/mp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/bin/mp.py b/build_tools/bin/mp.py index bbab019..2c5974a 100755 --- a/build_tools/bin/mp.py +++ b/build_tools/bin/mp.py @@ -12,7 +12,6 @@ import glob import shutil import optparse import fileinput -import fnmatch PKGHOME = "/data/pkg_repo/packages" SRCPKGHOME = "/data/pkg_repo/src_packages" |