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