[Python-modules-commits] [gamera] 11/17: gendoc-use-wxversion
Daniel Stender
stender at moszumanska.debian.org
Tue Apr 26 18:43:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository gamera.
commit 56351976e70a496d5096a2c6c35deb275e90beae
Author: Jakub Wilk <jwilk at debian.org>
Date: Sat Oct 17 18:57:15 2015 +0200
gendoc-use-wxversion
Prefer wxPython 2.8. Make the documentation generator prefer wxPython
2.8 over other versions. This patch is intended to alleviate Debian bug #451104.
Note: extended for wxpython3.0 (Daniel Stender).
Forwarded: no
---
doc/gendoc.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/gendoc.py b/doc/gendoc.py
index d14b739..eccd07b 100755
--- a/doc/gendoc.py
+++ b/doc/gendoc.py
@@ -10,6 +10,9 @@ gamera.paths.test = os.path.join(os.path.dirname(__file__), '..', 'gamera', 'tes
import draw_text_helper
+import wxversion
+wxversion.select(["3.0", "2.8", "2.6", "2.5", "2.4"])
+
if __name__ == "__main__":
core.init_gamera()
gendoc.gendoc(classes=[
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git
More information about the Python-modules-commits
mailing list