summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/test3.py
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-01-10 18:50:57 +0900
committerSlávek Banko <slavek.banko@axis.cz>2023-01-13 03:28:05 +0100
commitd85bd77116b2cf7e7565a0905b53ff0fa2a5b50e (patch)
tree4a50744dcf8fbfeee8098646bb75332b7e1bfaec /dcoppython/test/test3.py
parent3b188e184dc679e04975fbc2b572287fdcff0cca (diff)
downloadtdebindings-d85bd77116b2cf7e7565a0905b53ff0fa2a5b50e.tar.gz
tdebindings-d85bd77116b2cf7e7565a0905b53ff0fa2a5b50e.zip
Drop support for python2.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcoppython/test/test3.py')
-rw-r--r--dcoppython/test/test3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/test3.py b/dcoppython/test/test3.py
index aa13ed8b..69072c66 100644
--- a/dcoppython/test/test3.py
+++ b/dcoppython/test/test3.py
@@ -9,6 +9,6 @@ table = app.default.getViews()[0]
table.setSelection( ( 2, 2, 4, 6 ) )
table.setSelectionBgColor( (100, 100, 240) )
-print rect
+print(rect)
-print "done"
+print("done")