This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit e80efbb24ccaad5e9f427b6b006232af44c62bc6 Author: Alexandre Gramfort <[email protected]> Date: Fri Jan 14 17:10:54 2011 -0500 fix --- mne/inverse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/inverse.py b/mne/inverse.py index 77317d2..8e67bae 100644 --- a/mne/inverse.py +++ b/mne/inverse.py @@ -9,12 +9,12 @@ from .fiff.constants import FIFF from .fiff.open import fiff_open from .fiff.tag import find_tag from .fiff.matrix import _read_named_matrix, _transpose_named_matrix -from .fiff.cov import read_cov from .fiff.proj import read_proj, make_projector from .fiff.tree import dir_tree_find from .fiff.evoked import read_evoked from .fiff.pick import pick_channels_evoked +from .cov import read_cov from .source_space import read_source_spaces, find_source_space_hemi from .forward import _invert_transform, _transform_source_space_to, \ _block_diag -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
