aboutsummaryrefslogtreecommitdiffstats
path: root/servo/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/tasks.py')
-rw-r--r--servo/tasks.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/servo/tasks.py b/servo/tasks.py
index 1d55136..c31dd22 100644
--- a/servo/tasks.py
+++ b/servo/tasks.py
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
-import email
-import logging
from email.parser import BytesParser
-from django.conf import settings
from django.core.cache import cache
from servo.lib.utils import empty
@@ -12,10 +9,11 @@ from servo.models import Configuration, User, Order, Note, Template
def get_rules():
- """Get the rules from the JSON file and cache them.
+ """
+ Get the rules from the JSON file and cache them.
Fail silently if not configured.
- @FIXME: Need GUI for managing local_rules.json!
+ @TODO: Need GUI for managing local_rules.json!
"""
import json