Skip to content

Commit 277c1ca

Browse files
committed
BF - add future import to support python 2.5
1 parent 85092e8 commit 277c1ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/tests/test_trackvis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
''' Testing trackvis module '''
2+
from __future__ import with_statement
3+
24
from functools import partial
35

46
import numpy as np

0 commit comments

Comments
 (0)