diff options
Diffstat (limited to 'dcoppython/test/test3.py')
-rw-r--r-- | dcoppython/test/test3.py | 4 |
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") |