From 5ba877aefd941d1b654699bbcf7774a3bd3c3f8c Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Thu, 28 May 2009 03:10:08 -0400 Subject: [PATCH] urlopener module no longer needed. --- ubuntutools/lp/functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ubuntutools/lp/functions.py b/ubuntutools/lp/functions.py index ec3d63e..602fdf8 100644 --- a/ubuntutools/lp/functions.py +++ b/ubuntutools/lp/functions.py @@ -19,7 +19,6 @@ # import cookie -import urlopener as lp_urlopener import urllib2 import sys from udtexceptions import PackageNotFoundException, SeriesNotFoundException