From f8ccde455908393e211153871cd6eae0c0d4b492 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 18 Jul 2012 18:33:20 +0530 Subject: [PATCH] Fixed import for postprocessor threading --- headphones/postprocessor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 309d613d..b4363d0f 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -13,8 +13,11 @@ # You should have received a copy of the GNU General Public License # along with Headphones. If not, see . +from __future__ import with_statement + import os import time +import threading import music_encoder import urllib, shutil, re from headphones import notifiers