summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-14 21:00:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-14 21:00:41 +0100
commit6d188c306165730f12f6ad48a334a6b3931a4d82 (patch)
treed5247cbb2e22d5dd6c18410b8a6f8073d89ce4f3 /dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch
parent9f5eab244b3f7fe17a3a6dfc8cd0a91aeee35c69 (diff)
dev-python/wxpython : slot 3 stuck in python2, drop
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.patch10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index a4f6b0b0..00000000
--- a/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- demo/demo.org
-+++ demo/demo.py
-@@ -1,4 +1,7 @@
- #!/usr/bin/env python
-
-+import wxversion
-+wxversion.select("3.0")
-+
- import Main
- Main.main()