From 13b3ac456f5a15498a6b4b97d184fea3c17272e9 Mon Sep 17 00:00:00 2001 From: AIL Date: Mon, 24 Sep 2018 09:16:41 +0200 Subject: [PATCH] fix deps --- give_honors_to_org.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/give_honors_to_org.py b/give_honors_to_org.py index 0878882..f154f73 100755 --- a/give_honors_to_org.py +++ b/give_honors_to_org.py @@ -6,7 +6,7 @@ import redis import configparser import util -import contributor_helper +from helpers import contributor_helper ONE_DAY = 60*60*24 configfile = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config/config.cfg')