summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-03-07 14:14:03 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-03-07 14:14:03 +0100
commit2b72b4e8f8b00f9835e376b7a10bea78df5d93de (patch)
tree64c07b2cb790769ef5eb6b45b75beb11da48b8c8
parent011c8f43a9fa9a12c72535f5b719c713578f55e7 (diff)
clSong->song
-rw-r--r--nephilim/mpclient.py2
-rw-r--r--nephilim/song.py (renamed from nephilim/clSong.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/mpclient.py b/nephilim/mpclient.py
index 148e1e5..526f85c 100644
--- a/nephilim/mpclient.py
+++ b/nephilim/mpclient.py
@@ -3,7 +3,7 @@ import mpd
from threading import Thread
import socket
-from clSong import Song
+from song import Song
class MPClient(QtCore.QObject):
"""This class offers another layer above pympd, with usefull events."""
diff --git a/nephilim/clSong.py b/nephilim/song.py
index 3bd319c..3bd319c 100644
--- a/nephilim/clSong.py
+++ b/nephilim/song.py