This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Python X2go Client API". The branch, build-main has been updated via b75499341ef5656c59b76a7707ef4c3b2babd765 (commit) via a0095f679a38dc90fe777ba2998fe3e79d11f141 (commit) via 3c2a7250319323022385859ff821e3a63a88bad7 (commit) via f21814de163d912e7c898753e197189c73f26aa5 (commit) via fc594694133f4aee54ec58b7294a640608b1f5eb (commit) from e90fee4675f0b7d01eba6ff53b44c67f4d8a837f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 11 ++- setup.py | 2 +- test.py | 4 +- tests/test_printing.py | 96 ------------------------ x2go/__init__.py | 2 +- x2go/backends/printing/_file.py | 1 - x2go/inifiles.py | 4 + {tests => x2go/tests}/__init__.py | 9 ++- {tests => x2go/tests}/runalltests.py | 12 ++- x2go/tests/test_printing.py | 135 ++++++++++++++++++++++++++++++++++ 10 files changed, 165 insertions(+), 111 deletions(-) mode change 100644 => 100755 test.py delete mode 100644 tests/test_printing.py rename {tests => x2go/tests}/__init__.py (75%) rename {tests => x2go/tests}/runalltests.py (83%) mode change 100644 => 100755 create mode 100644 x2go/tests/test_printing.py hooks/post-receive -- Python X2go Client API