From 4e2229e8b0c2f296f6e03aa08fc3e32b5eaab5c4 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 26 Mar 2016 09:44:45 +0100 Subject: [PATCH] fix bug #85 fix the bug drom issue #85 --- includes/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filter.py b/includes/filter.py index 7a5856b..bf6ce57 100644 --- a/includes/filter.py +++ b/includes/filter.py @@ -13,7 +13,7 @@ import logging # Global logger import re #Regex for Filter Check from includes import globals # Global variables -from includes import converter # converter functions +from includes.helper import freqConverter # converter functions # local variables