From 322320638d2d06d8929dacb3d7332cd68ba3cb5e Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 4 Mar 2019 14:35:04 +0100 Subject: [PATCH] Fixed import for Python 3.X --- libreimport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreimport.py b/libreimport.py index 936a1c0..b9083d7 100755 --- a/libreimport.py +++ b/libreimport.py @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# import os.path import sys @@ -25,7 +25,7 @@ from datetime import datetime import getpass -from .scrobble import get_parser, ScrobbleServer, ScrobbleTrack +from scrobble import get_parser, ScrobbleServer, ScrobbleTrack import time from urllib.parse import urlencode from urllib.request import urlopen