Skip to content

Commit

Permalink
Removing pylast (fixes #349); Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jan 21, 2019
1 parent 244cc9f commit c9861bc
Show file tree
Hide file tree
Showing 6 changed files with 18,211 additions and 13,300 deletions.
2 changes: 1 addition & 1 deletion mopidy_iris/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from __future__ import unicode_literals

import random, string, logging, json, pykka, pylast, urllib, urllib2, os, sys, mopidy_iris, subprocess
import random, string, logging, json, pykka, urllib, urllib2, os, sys, mopidy_iris, subprocess
import tornado.web
import tornado.ioloop
import tornado.httpclient
Expand Down
Loading

0 comments on commit c9861bc

Please sign in to comment.