summaryrefslogtreecommitdiff
path: root/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 12:32:23 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 12:32:23 +0000
commitfec0ff061555dbef14f1b3afd93e5f7a37a2d5aa (patch)
treea1d4bf2448edfa97fa0fa717f3c33ae04f814041 /dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
parent5cb8c34e72e3dc1219a0dde4799d0be2d6e4e0bb (diff)
downloadbaldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.tar.gz
baldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.tar.xz
baldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.zip
Updating liguros repo
Diffstat (limited to 'dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch')
-rw-r--r--dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch b/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
deleted file mode 100644
index 423cd644073c..000000000000
--- a/dev-python/pyatspi/files/pyatspi-2.6.0-examples-python3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4f10a696002179082e41568b5109400ac8478a96 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Mon, 10 Dec 2012 04:52:03 -0500
-Subject: [PATCH] examples: support python2 and python3 syntax
-
-https://bugzilla.gnome.org/show_bug.cgi?id=689957
----
- examples/magFocusTracker.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/examples/magFocusTracker.py b/examples/magFocusTracker.py
-index 47efe00..7ca3b67 100755
---- a/examples/magFocusTracker.py
-+++ b/examples/magFocusTracker.py
-@@ -282,7 +282,7 @@ def main():
- startTracking()
- pyatspi.Registry.start()
- else:
-- print 'Magnification service not available. Exiting.'
-+ print('Magnification service not available. Exiting.')
-
- return 0
-
---
-1.8.0
-