From acb9ee6332af39fecf1b1d7955a06e9146447666 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sat, 26 Mar 2011 22:08:02 -0400 Subject: [PATCH] HOTFIX: deleted legacy line --- search_classes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/search_classes.py b/search_classes.py index 9329018..b2382a3 100755 --- a/search_classes.py +++ b/search_classes.py @@ -2,7 +2,6 @@ from HTMLParser import HTMLParser, HTMLParseError import urllib -from fetch_pandora import pandora_fetch class pandora_fetch(HTMLParser): """ This class should be initiated with a Pandora account username. It exposes a list of tracks `self.tracks` and a dictionary of title->artist pairs `tracks`. -- 2.30.2