mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Remove with_statement import (was needed for 2.5)
This commit is contained in:
parent
32bb718107
commit
396bb7ac3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import unicode_literals, with_statement
|
||||
from __future__ import unicode_literals
|
||||
import pickle
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
|
|
|
|||
Loading…
Reference in a new issue