From 4d88a4782706edee3a03ce51dc0cd60bfe4107cb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 11 May 2009 06:12:40 +0000 Subject: [fetchers] Make pyflakes happy by removing these import statements We don't use the modules, no need to import them here. --- lib/bb/fetch/wget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bb/fetch/wget.py') 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 -- cgit 1.2.3-korg