Skip to content

Commit

Permalink
Removed unneeded import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jul 13, 2010
1 parent 423b1ff commit cc9efb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/wakawaka/views.py
@@ -1,7 +1,6 @@
import difflib
from datetime import datetime, timedelta

from django.conf import settings
from django.core.cache import cache
from django.core.exceptions import ObjectDoesNotExist
from django.core.urlresolvers import reverse
Expand All @@ -18,8 +17,6 @@

__all__ = ['index', 'page', 'edit', 'revisions', 'changes', 'revision_list', 'page_list']



def index(request, template_name='wakawaka/page.html'):
'''
Redirects to the default wiki index name.
Expand Down

0 comments on commit cc9efb2

Please sign in to comment.