Skip to content

Commit

Permalink
Fixed import for Python 3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
Coul33t committed Mar 4, 2019
1 parent 4490e69 commit 3223206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libreimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#

import os.path
import sys
sys.path.append(os.path.join(sys.path[0], '../scripts'))

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
Expand Down

0 comments on commit 3223206

Please sign in to comment.