summaryrefslogtreecommitdiff
path: root/editors/scribes/files/patch-gettext
diff options
context:
space:
mode:
Diffstat (limited to 'editors/scribes/files/patch-gettext')
-rw-r--r--editors/scribes/files/patch-gettext12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/scribes/files/patch-gettext b/editors/scribes/files/patch-gettext
deleted file mode 100644
index 48a9b24801cf..000000000000
--- a/editors/scribes/files/patch-gettext
+++ /dev/null
@@ -1,12 +0,0 @@
---- SCRIBES/InstanceManager.py Thu Mar 22 08:44:46 2007
-+++ SCRIBES/InstanceManager.py Thu Mar 22 08:45:08 2007
-@@ -356,7 +356,8 @@
- locale_folder = path.join(scribes_data_path, "locale")
- # Initialize glade first.
- try:
-- from locale import setlocale, LC_ALL, Error, bindtextdomain
-+ from locale import setlocale, LC_ALL, Error
-+ from gettext import bindtextdomain
- bindtextdomain("scribes", locale_folder)
- setlocale(LC_ALL, "")
- except Error: