diff options
Diffstat (limited to 'net/straw/files/patch-setup.py')
-rw-r--r-- | net/straw/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py deleted file mode 100644 index a024cf1f0576..000000000000 --- a/net/straw/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py Sat Feb 18 16:22:43 2006 -+++ setup.py Wed Jan 3 23:38:53 2007 -@@ -146,7 +146,7 @@ - pot_file = 'po/straw.pot', - translations = translations(), - modules_check = modules_check, -- msg_sources = translation_files(), -+ msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'), - desktop_file = ['straw.desktop.in'], - constants = [('constants.py.in', strawenv)], - scripts = ['src/straw'], |