Mercurial > wikked
comparison backend.py @ 140:87606db8c641
Useless import.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 10 Dec 2013 13:42:11 -0800 |
parents | df04e6a875ba |
children | a4a64d6b66cb |
comparison
equal
deleted
inserted
replaced
139:2ec24079d9df | 140:87606db8c641 |
---|---|
1 import logging | 1 import logging |
2 from celery import Celery | 2 from celery import Celery |
3 from utils import find_wiki_root | |
4 | 3 |
5 | 4 |
6 logging.basicConfig(level=logging.DEBUG) | 5 logging.basicConfig(level=logging.DEBUG) |
7 | 6 |
8 | 7 |