]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/lastfm.py
Allow choosing internal plugins from config file
[mpd-sima.git] / sima / plugins / internal / lastfm.py
similarity index 99%
rename from sima/plugins/lastfm.py
rename to sima/plugins/internal/lastfm.py
index 18f86e4741c213d8ecb2e939c83b72448b55cbd3..b28d34e679482da4e2bccd37cd688b61310fdbba 100644 (file)
@@ -13,9 +13,9 @@ from hashlib import md5
 # third parties componants
 
 # local import
-from ..lib.plugin import Plugin
-from ..lib.simafm import SimaFM, XmlFMHTTPError, XmlFMNotFound, XmlFMError
-from ..lib.track import Track
+from ...lib.plugin import Plugin
+from ...lib.simafm import SimaFM, XmlFMHTTPError, XmlFMNotFound, XmlFMError
+from ...lib.track import Track
 
 
 def cache(func):