[med-svn] [python-mne] 05/08: refreshed the patch adjusting for debian paths to js
Yaroslav Halchenko
debian at onerussian.com
Tue Dec 5 02:52:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
yoh pushed a commit to branch master
in repository python-mne.
commit 29bedb1d9e6455ccabcb96c8693bca87d5592b48
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Mon Dec 4 13:28:50 2017 -0500
refreshed the patch adjusting for debian paths to js
---
debian/patches/deb_paths | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/deb_paths b/debian/patches/deb_paths
index fa36ab0..552ded0 100644
--- a/debian/patches/deb_paths
+++ b/debian/patches/deb_paths
@@ -6,7 +6,7 @@ Reviewed-By: Yaroslav O. Halchenko <debian at onerussian.com>
--- a/mne/report.py
+++ b/mne/report.py
-@@ -31,7 +31,7 @@ from .parallel import parallel_func, che
+@@ -30,7 +30,7 @@ from .parallel import parallel_func, che
from .externals.tempita import HTMLTemplate, Template
from .externals.six import BytesIO
@@ -15,10 +15,10 @@ Reviewed-By: Yaroslav O. Halchenko <debian at onerussian.com>
VALID_EXTENSIONS = ['raw.fif', 'raw.fif.gz', 'sss.fif', 'sss.fif.gz',
'-eve.fif', '-eve.fif.gz', '-cov.fif', '-cov.fif.gz',
-@@ -1187,21 +1187,27 @@ class Report(object):
- """Initialize the renderer.
- """
-
+@@ -1201,21 +1201,27 @@ class Report(object):
+ @verbose
+ def _init_render(self, verbose=None):
+ """Initialize the renderer."""
- inc_fnames = ['jquery-1.10.2.min.js', 'jquery-ui.min.js',
+ inc_fnames = ['/usr/share/javascript/jquery/jquery.min.js',
+ '/usr/share/javascript/jquery-ui/jquery-ui.min.js',
--
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