remove useless imports

This commit is contained in:
Romain Bignon 2011-08-29 19:50:04 +02:00
commit 8de2da49ac
3 changed files with 5 additions and 15 deletions

View file

@ -96,7 +96,7 @@ class TopicPage(PhpBBPage):
try:
url = self.parser.select(self.document.getroot(), 'h2 a', 1).attrib['href']
except BrokenPageError, e:
except BrokenPageError:
url = self.url
v = urlsplit(url)
args = parse_qs(v.query)