Skip to content

Commit a29dc33

Browse files
committed
BF: forgot future import for with statement
Using with statement, but forgot python 2.5 compatibility
1 parent 4271490 commit a29dc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipy/modalities/fmri/experimental_paradigm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
3+
from __future__ import with_statement
34
"""
45
This module implements an object to deal with experimental paradigms.
56
In fMRI data analysis, there are two main types of experimental

0 commit comments

Comments
 (0)