Skip to content

Commit 6ff3604

Browse files
committed
BF - python 2.5 requires with_statement import
1 parent 4979931 commit 6ff3604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/dft.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
# Copyright (C) 2011 Christian Haselgrove
1010

11+
from __future__ import with_statement
12+
1113
import os
1214
from os.path import join as pjoin
1315
import tempfile

0 commit comments

Comments
 (0)