[med-svn] [python-mne] 01/03: Imported Upstream version 0.8.2
Alexandre Gramfort
agramfort-guest at moszumanska.debian.org
Sat Aug 2 13:40:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
agramfort-guest pushed a commit to branch master
in repository python-mne.
commit 10e56bcb54983dbab5afc47971a8149bce79f4ca
Author: Alexandre Gramfort <alexandre.gramfort at m4x.org>
Date: Fri Aug 1 23:00:22 2014 +0000
Imported Upstream version 0.8.2
---
mne/__init__.py | 2 +-
mne/tests/test_utils.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mne/__init__.py b/mne/__init__.py
index fe842fa..a2d4884 100644
--- a/mne/__init__.py
+++ b/mne/__init__.py
@@ -1,7 +1,7 @@
"""MNE for MEG and EEG data analysis
"""
-__version__ = '0.8.1'
+__version__ = '0.8.2'
# have to import verbose first since it's needed by many things
from .utils import (set_log_level, set_log_file, verbose, set_config,
diff --git a/mne/tests/test_utils.py b/mne/tests/test_utils.py
index 94d990d..25b587b 100644
--- a/mne/tests/test_utils.py
+++ b/mne/tests/test_utils.py
@@ -263,7 +263,7 @@ def test_fetch_file():
# Skipping test if no internet connection available
try:
urllib.request.urlopen("http://github.com", timeout=2)
- except urllib.request.URLError:
+ except:
from nose.plugins.skip import SkipTest
raise SkipTest('No internet connection, skipping download test.')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list