HOTFIX: deleted legacy line master
authorDylan Lloyd <dylan@psu.edu>
Sun, 27 Mar 2011 02:08:02 +0000 (22:08 -0400)
committerDylan Lloyd <dylan@psu.edu>
Sun, 27 Mar 2011 02:08:02 +0000 (22:08 -0400)
search_classes.py

index 9329018..b2382a3 100755 (executable)
@@ -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`.