Fixed import for postprocessor threading

This commit is contained in:
rembo10
2012-07-18 18:33:20 +05:30
parent 78f1393228
commit f8ccde4559

View File

@@ -13,8 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with Headphones. If not, see <http://www.gnu.org/licenses/>.
from __future__ import with_statement
import os
import time
import threading
import music_encoder
import urllib, shutil, re
from headphones import notifiers