Merge pull request #1828 from multikatt/minor

Remove unused import
This commit is contained in:
AdeHub
2014-08-19 22:17:50 +12:00

View File

@@ -15,7 +15,7 @@
import threading
import headphones
from headphones import db, utorrent, transmission, logger
from headphones import db, utorrent, transmission
postprocessor_lock = threading.Lock()