summaryrefslogtreecommitdiffstats
path: root/abs/extra/miro/miro_python26.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-30 23:52:49 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-30 23:52:49 (GMT)
commitef974fb08972483d6852c9d5b2f23e1d33343b76 (patch)
treefa5aad1563681bf14a0fed3cdf8f599f7e8e853c /abs/extra/miro/miro_python26.patch
parentba6da4b6e7eab74dd3dcac947a11361b1b9f1eed (diff)
downloadlinhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.zip
linhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.tar.gz
linhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.tar.bz2
Housekeeping
Diffstat (limited to 'abs/extra/miro/miro_python26.patch')
-rw-r--r--abs/extra/miro/miro_python26.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/extra/miro/miro_python26.patch b/abs/extra/miro/miro_python26.patch
deleted file mode 100644
index f404a4e..0000000
--- a/abs/extra/miro/miro_python26.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- miro.real 2008-10-24 19:49:17.000000000 +0200
-+++ miro.real.new 2008-11-12 08:51:17.649458321 +0100
-@@ -6,8 +6,12 @@
- if xlibhelper.XInitThreads() == 0:
- print "WARNING: XInitThreads() failed!"
-
--import os.path
-+import miro.feedparser
-+import miro.storedatabase
- import sys
-+sys.modules['feedparser'] = miro.feedparser
-+sys.modules['storedatabase'] = miro.storedatabase
-+import os.path
- import optparse
-
- import pygtk