Remove unnecessary datetime import

This commit is contained in:
Gergely Polonkai 2014-06-19 14:27:24 +00:00
parent 67ce47b13e
commit 0ad611ce23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import datetime
from django.shortcuts import render, get_object_or_404
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger
from blog.models import Post, CodeChunk