summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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