diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-26 08:13:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-26 08:13:43 +0000 |
commit | e419107c08effb89cee133f94907d1454c8744a8 (patch) | |
tree | ac579882986cc2322ad125f0919a97b93d3d1d50 /audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py | |
parent | - Update to 0.9.1 (diff) |
Update to 0.9.4.1.
Notes
Notes:
svn path=/head/; revision=160501
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py deleted file mode 100644 index c0ae9e0a962b..000000000000 --- a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/pythonconsole/pythonconsole.py.orig Wed Apr 19 17:24:43 2006 -+++ plugins/pythonconsole/pythonconsole.py Wed Apr 19 17:24:53 2006 -@@ -31,6 +31,7 @@ - import gobject - import gtk - import pango -+import rhythmdb - from gettext import gettext as _ - import rb - |