diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:31:02 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 16:06:10 +0100 |
commit | 898126b9f1ab3878346364fa051f3df163a5320e (patch) | |
tree | e35e948f242e5445dfdbaedacd739a8c2d7ec481 /mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch | |
parent | media-gfx/netpaint: treeclean (diff) | |
download | gentoo-898126b9f1ab3878346364fa051f3df163a5320e.tar.gz gentoo-898126b9f1ab3878346364fa051f3df163a5320e.tar.bz2 gentoo-898126b9f1ab3878346364fa051f3df163a5320e.zip |
mate-extra/caja-hide: treeclean
Closes: https://bugs.gentoo.org/845999
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch')
-rw-r--r-- | mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch b/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch deleted file mode 100644 index 1e8e9994456e..000000000000 --- a/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch +++ /dev/null @@ -1,20 +0,0 @@ -# futurized ---- a/src/caja-hide.py -+++ b/src/caja-hide.py -@@ -1,3 +1,6 @@ -+from __future__ import absolute_import -+from __future__ import division -+from __future__ import unicode_literals - # Caja Hide - Extension for Caja to hide files without renaming them - # Copyright (C) 2015-2016 Caja Hide authors. - # -@@ -14,6 +17,9 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu.org/licenses/>. - -+from future import standard_library -+standard_library.install_aliases() -+from builtins import * - import os - from gi.repository import Caja, GObject - from gettext import ngettext, locale, bindtextdomain, textdomain |