1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

Fixed import

This commit is contained in:
spl0k 2014-06-16 12:09:06 +02:00
parent 2c41e1af64
commit 0bd788b74d

View File

@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import requests, hashlib
import supysonic.config
from supysonic import config
class LastFm:
def __init__(self, user, logger):