You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/drpython/files/drpython-165-wxversion.patch

13 lines
362 B

diff -Naur drpython-orig/drpython_wx26.py drpython/drpython_wx26.py
--- drpython_wx26.py 2007-03-23 19:20:02.000000000 -0600
+++ drpython_wx26.py 2007-12-03 18:36:01.000000000 -0600
@@ -34,7 +34,7 @@
## testfile for older version
import wxversion
-wxversion.select("2.60-msw-ansi")
+wxversion.select("2.6")
if __name__ == '__main__':
import drpython