projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c531dca
)
Actually set self.path in hooke.playlist.FilePlaylist.set_path
author
W. Trevor King
<wking@drexel.edu>
Thu, 13 May 2010 11:33:08 +0000
(07:33 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 13 May 2010 11:33:08 +0000
(07:33 -0400)
hooke/playlist.py
patch
|
blob
|
history
diff --git
a/hooke/playlist.py
b/hooke/playlist.py
index 7e76c937a7ab5a0d2e974f6ec3768548b5a0e94c..b073387bf9a7eb5336ba585d3c629eb62747cc89 100644
(file)
--- a/
hooke/playlist.py
+++ b/
hooke/playlist.py
@@
-83,6
+83,7
@@
class FilePlaylist (Playlist):
if path != None:
if not path.endswith('.hkp'):
path += '.hkp'
+ self.path = path
if self.name == None:
name = os.path.basename(path)