Browse Source

Fix import

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
fe49bf3566
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 2
- 1
earwigbot/tasks/drn_clerkbot.py View File

@@ -28,8 +28,9 @@ from time import mktime, sleep, time


import oursql import oursql


from earwigbot import constants, exceptions
from earwigbot import exceptions
from earwigbot.tasks import Task from earwigbot.tasks import Task
from earwigbot.wiki import constants


class DRNClerkBot(Task): class DRNClerkBot(Task):
"""A task to clerk for [[WP:DRN]].""" """A task to clerk for [[WP:DRN]]."""


Loading…
Cancel
Save