Skip to content

Commit

Permalink
Removed __future__ imports, we're not supporting python 2.5 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Mar 13, 2012
1 parent 175b84a commit 449c4cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion floppyforms/templatetags/floppyforms.py
@@ -1,4 +1,3 @@
from __future__ import with_statement
import re
from collections import defaultdict
from contextlib import contextmanager
Expand Down
1 change: 0 additions & 1 deletion floppyforms/tests/layouts.py
@@ -1,4 +1,3 @@
from __future__ import with_statement
from django.core.exceptions import ValidationError
from django.template import Context, Template
from django.utils.translation import ugettext_lazy as _
Expand Down
1 change: 0 additions & 1 deletion floppyforms/tests/templatetags.py
@@ -1,4 +1,3 @@
from __future__ import with_statement
from django.forms import TextInput
from django.template import Context, Template, TemplateSyntaxError

Expand Down

0 comments on commit 449c4cd

Please sign in to comment.