From: Dylan Lloyd Date: Sun, 27 Mar 2011 02:08:02 +0000 (-0400) Subject: HOTFIX: deleted legacy line X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=i_like_pandora.git HOTFIX: deleted legacy line --- 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`.