summaryrefslogtreecommitdiff
path: root/nephilim/mpclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/mpclient.py')
-rw-r--r--nephilim/mpclient.py2
1 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."""