Skip to content

Commit 2701809

Browse files
author
Félix C. Morency
committed
TEST: Fixed Python 2.5 compatibility
1 parent 29aeddf commit 2701809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/tests/test_ecat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# copyright and license terms.
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9+
from __future__ import with_statement
10+
911
import os
1012
import tempfile
1113

0 commit comments

Comments
 (0)