summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch')
-rw-r--r--dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch b/dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch
deleted file mode 100644
index 97829198a0b2..000000000000
--- a/dev-python/wxpython/files/wxpython-2.8-wxversion-demo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- demo/demo.org 2005-04-28 03:00:13.431583384 +0000
-+++ demo/demo.py 2005-04-28 03:00:31.886777768 +0000
-@@ -1,4 +1,7 @@
- #!/usr/bin/env python
-
-+import wxversion
-+wxversion.select("2.8")
-+
- import Main
- Main.main()