More code style cleanup

Clean up a few more unnecessary usages of lambda in `repo` that were missed
in the previous sweep that only considered files ending in .py.

Remove a duplicate import.

Change-Id: I03cf467a5630cbe4eee6649520c52e94a7db76be
This commit is contained in:
David Pursehouse
2012-11-14 08:34:39 +09:00
parent 8898e2f26d
commit 685f080d62
2 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ except ImportError:
import urllib.request
else:
# For python2
import imp
urllib = imp.new_module('urllib')
urllib.request = urllib2