[X2Go-Commits] [python-x2go] branch master updated (49409b1 -> 7646426)

git-admin at x2go.org git-admin at x2go.org
Tue Mar 6 20:34:47 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository python-x2go.

      from  49409b1   python-x2go.spec: Blind shot at attempting API doc build for RPM packages.
       new  e769baf   API documentation: Convert class name only links to reST links.
       new  146ffb4   API documentation: Convert full class name path links to reST links.
       new  aca2c5b   API doc: Switch to 'classic' theme.
       new  435c0bb   x2go/client.py: Fix a __doc__ string head line.
       new  0f97e8f   Makefile.docupload: Add clean target.
       new  f405e8a   Makefile.docupload: whitespace fix.
       new  7646426   Drop unit test framework. Never really used (though we should have). (Fixes: #1259).

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.docupload                   |   9 ++-
 debian/changelog                     |   2 +
 docs/source/conf.py                  |   2 +-
 test.py                              |  28 -------
 x2go/__init__.py                     |  54 ++++++-------
 x2go/backends/control/plain.py       |  16 ++--
 x2go/backends/info/plain.py          |   8 +-
 x2go/backends/printing/file.py       |  15 ++--
 x2go/backends/printing/winreg.py     |  19 +++--
 x2go/backends/profiles/base.py       |  20 ++---
 x2go/backends/profiles/file.py       |  12 +--
 x2go/backends/profiles/httpbroker.py |  12 +--
 x2go/backends/profiles/sshbroker.py  |  12 +--
 x2go/backends/profiles/winreg.py     |  14 ++--
 x2go/backends/proxy/base.py          |  14 ++--
 x2go/backends/proxy/nx3.py           |   6 +-
 x2go/backends/settings/file.py       |  14 ++--
 x2go/backends/settings/winreg.py     |  16 ++--
 x2go/backends/terminal/plain.py      |  46 ++++++------
 x2go/cache.py                        |  30 ++++----
 x2go/checkhosts.py                   |   4 +-
 x2go/client.py                       | 142 +++++++++++++++++------------------
 x2go/defaults.py                     |   2 +-
 x2go/forward.py                      |  20 ++---
 x2go/guardian.py                     |  20 ++---
 x2go/inifiles.py                     |   8 +-
 x2go/mimebox.py                      |  36 ++++-----
 x2go/mimeboxactions.py               |  40 +++++-----
 x2go/printactions.py                 |  62 +++++++--------
 x2go/printqueue.py                   |  32 ++++----
 x2go/pulseaudio.py                   |   8 +-
 x2go/registry.py                     |  86 ++++++++++-----------
 x2go/rforward.py                     |  54 ++++++-------
 x2go/session.py                      |  90 +++++++++++-----------
 x2go/sftpserver.py                   |  36 ++++-----
 x2go/sshproxy.py                     |  14 ++--
 x2go/telekinesis.py                  |  12 +--
 x2go/tests/__init__.py               |  31 --------
 x2go/tests/runalltests.py            |  46 ------------
 x2go/tests/test_printing.py          | 136 ---------------------------------
 x2go/xserver.py                      |  16 ++--
 41 files changed, 509 insertions(+), 735 deletions(-)
 delete mode 100755 test.py
 delete mode 100644 x2go/tests/__init__.py
 delete mode 100755 x2go/tests/runalltests.py
 delete mode 100644 x2go/tests/test_printing.py

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list