diff options
Diffstat (limited to 'net-p2p/deluge/files/patch-src_interface.py')
-rw-r--r-- | net-p2p/deluge/files/patch-src_interface.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/deluge/files/patch-src_interface.py b/net-p2p/deluge/files/patch-src_interface.py deleted file mode 100644 index 959e3cb7d95c..000000000000 --- a/net-p2p/deluge/files/patch-src_interface.py +++ /dev/null @@ -1,15 +0,0 @@ ---- src/interface.py.orig Thu Jul 5 22:48:09 2007 -+++ src/interface.py Thu Jul 5 22:48:21 2007 -@@ -43,9 +43,9 @@ - def __init__(self): - APP = 'deluge' - DIR = os.path.join(common.INSTALL_PREFIX, 'share', 'locale') -- locale.setlocale(locale.LC_ALL, '') -- locale.bindtextdomain(APP, DIR) -- locale.textdomain(APP) -+# locale.setlocale(locale.LC_ALL, '') -+# locale.bindtextdomain(APP, DIR) -+# locale.textdomain(APP) - gettext.bindtextdomain(APP, DIR) - gettext.textdomain(APP) - gettext.install(APP, DIR) |