From fe49bf3566fb4cbcf8ab109b55c57585b6d35a2c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 5 Aug 2012 17:24:32 -0400 Subject: [PATCH] Fix import --- earwigbot/tasks/drn_clerkbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/earwigbot/tasks/drn_clerkbot.py b/earwigbot/tasks/drn_clerkbot.py index 843b6b5..ba1d221 100644 --- a/earwigbot/tasks/drn_clerkbot.py +++ b/earwigbot/tasks/drn_clerkbot.py @@ -28,8 +28,9 @@ from time import mktime, sleep, time import oursql -from earwigbot import constants, exceptions +from earwigbot import exceptions from earwigbot.tasks import Task +from earwigbot.wiki import constants class DRNClerkBot(Task): """A task to clerk for [[WP:DRN]]."""