removed unused import

This commit is contained in:
Uriziel 2012-09-22 15:03:36 +02:00
parent b28aaebb3b
commit 9318d6b822

View File

@ -3,7 +3,6 @@
from ..mpc_api import MPC_API
import time
import threading
import sys
class MPCHCAPIPlayer(object):
def __init__(self, manager):