summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/wget.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-05-11 06:12:40 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-05-11 06:12:40 +0000
commit4d88a4782706edee3a03ce51dc0cd60bfe4107cb (patch)
tree2d7929adb1ee06790512bc2d765dee9383cf5f95 /lib/bb/fetch/wget.py
parenta8d10f237928b05af745de6327d77d796f514dba (diff)
downloadbitbake-4d88a4782706edee3a03ce51dc0cd60bfe4107cb.tar.gz
[fetchers] Make pyflakes happy by removing these import statements
We don't use the modules, no need to import them here.
Diffstat (limited to 'lib/bb/fetch/wget.py')
-rw-r--r--lib/bb/fetch/wget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/wget.py b/lib/bb/fetch/wget.py
index 0008a2870..36617fbba 100644
--- a/lib/bb/fetch/wget.py
+++ b/lib/bb/fetch/wget.py
@@ -25,7 +25,7 @@ BitBake build tools.
#
# Based on functions from the base bb module, Copyright 2003 Holger Schurig
-import os, re
+import os
import bb
from bb import data
from bb.fetch import Fetch