__future__

This commit is contained in:
j 2011-02-22 15:54:38 +01:00
parent 2291046f53
commit f764e595f0
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from __future__ import division
from __future__ import division, with_statement
import os

View file

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from __future__ import division, with_statement
import os
from django.db import models