[spyder] 01/01: fix-spyderlib-path
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Aug 27 10:07:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch patch-queue/experimental
in repository spyder.
commit 99f649cbb7a1812e1b8e74f57e4765a67efe7f64
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date: Fri Apr 11 09:14:40 2014 +0200
fix-spyderlib-path
---
spyderlib/__init__.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/spyderlib/__init__.py b/spyderlib/__init__.py
index ebb5469..718fc81 100644
--- a/spyderlib/__init__.py
+++ b/spyderlib/__init__.py
@@ -35,6 +35,10 @@ __forum_url__ = 'http://groups.google.com/group/spyderlib'
# Dear (Debian, RPM, ...) package makers, please feel free to customize the
# following path to module's data (images) and translations:
DATAPATH = LOCALEPATH = DOCPATH = MATHJAXPATH = JQUERYPATH = ''
+DATAPATH = '/usr/share/spyderlib'
+DOCPATH = '/usr/share/doc/python-spyderlib-doc/html'
+MATHJAXPATH = '/usr/share/javascript/mathjax'
+JQUERYPATH = '/usr/share/javascript/jquery'
def add_to_distribution(dist):
"""Add package to py2exe/cx_Freeze distribution object
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git
More information about the debian-science-commits
mailing list