mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added missing future imports missed in r16167.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
from __future__ import with_statement
|
||||
import datetime
|
||||
import decimal
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user