diff options
Diffstat (limited to 'dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch')
-rw-r--r-- | dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch b/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch new file mode 100644 index 00000000..a4f6b0b0 --- /dev/null +++ b/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch @@ -0,0 +1,10 @@ +--- demo/demo.org ++++ demo/demo.py +@@ -1,4 +1,7 @@ + #!/usr/bin/env python + ++import wxversion ++wxversion.select("3.0") ++ + import Main + Main.main() |