From 143bba42aa181da2dad088e40f9772e24f53c622 Mon Sep 17 00:00:00 2001 From: Remy Date: Wed, 25 May 2011 14:27:41 -0700 Subject: [PATCH] Hopefully fixed having to restart on Win7 after changing settings --- searcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searcher.py b/searcher.py index 2eb25ebd..e58d68f1 100644 --- a/searcher.py +++ b/searcher.py @@ -1,5 +1,6 @@ import urllib -from webServer import database, config_file +from webServer import database +from headphones import config_file from configobj import ConfigObj import string import feedparser