Fix: redefinition of "datetime" from line 6.

This commit is contained in:
Vincent Driessen 2010-12-05 00:13:55 -08:00
parent 3a0523dd79
commit 62cc8d2ab3

View File

@ -351,8 +351,6 @@ class QuerySetTest(unittest.TestCase):
def test_filter_chaining(self): def test_filter_chaining(self):
"""Ensure filters can be chained together. """Ensure filters can be chained together.
""" """
from datetime import datetime
class BlogPost(Document): class BlogPost(Document):
title = StringField() title = StringField()
is_published = BooleanField() is_published = BooleanField()