disinclined.org
/
git
/
i_like_pandora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b627f0a
)
HOTFIX: deleted legacy line
master
author
Dylan Lloyd
<dylan@psu.edu>
Sun, 27 Mar 2011 02:08:02 +0000
(22:08 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Sun, 27 Mar 2011 02:08:02 +0000
(22:08 -0400)
search_classes.py
patch
|
blob
|
history
diff --git
a/search_classes.py
b/search_classes.py
index
9329018
..
b2382a3
100755
(executable)
--- 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`.