diff options
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, 10 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py new file mode 100644 index 000000000..c0ae9e0a9 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-plugins_pythonconsole_pythonconsole.py @@ -0,0 +1,10 @@ +--- 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 + |