Skip to content

Commit cd69895

Browse files
committed
BF - project use of "with" in python 2.5
Need to import with_statement to allow use of "with" in python 2.5
1 parent c93a142 commit cd69895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/freesurfer/io.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import with_statement
2+
13
import numpy as np
24

35

0 commit comments

Comments
 (0)