This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 3cee2e5 Merge branch 'fix_tcsh' into 'master' new 0a13e4f x2go/: Stop importing from the __future__ module. new dc9db6f Merge branch 'personal/sunweaver/drop-future-python2-remnant' into 'master' The 2 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: x2go/backends/info/plain.py | 2 -- x2go/backends/profiles/httpbroker.py | 1 - x2go/sshproxy.py | 1 - 3 files changed, 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 0a13e4fa202a1e0be4f5130dcbbc1ca882d77444 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 3 13:19:54 2024 +0100 x2go/: Stop importing from the __future__ module. --- x2go/backends/info/plain.py | 2 -- x2go/backends/profiles/httpbroker.py | 1 - x2go/sshproxy.py | 1 - 3 files changed, 4 deletions(-) diff --git a/x2go/backends/info/plain.py b/x2go/backends/info/plain.py index 628ee31..86b212e 100644 --- a/x2go/backends/info/plain.py +++ b/x2go/backends/info/plain.py @@ -25,8 +25,6 @@ This backend handles X2Go server implementations that respond with session infos via server-side PLAIN text output. """ - -from __future__ import print_function __NAME__ = 'x2goserversessioninfo-pylib' __package__ = 'x2go.backends.info' diff --git a/x2go/backends/profiles/httpbroker.py b/x2go/backends/profiles/httpbroker.py index f6892af..7a042d4 100644 --- a/x2go/backends/profiles/httpbroker.py +++ b/x2go/backends/profiles/httpbroker.py @@ -24,7 +24,6 @@ applications. """ -from __future__ import print_function __NAME__ = 'x2gosessionprofiles-pylib' __package__ = 'x2go.backends.profiles' diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py index 04fdccc..e7dc230 100644 --- a/x2go/sshproxy.py +++ b/x2go/sshproxy.py @@ -21,7 +21,6 @@ :class:`x2go.sshproxy.X2GoSSHProxy` class - providing a forwarding tunnel for connecting to servers behind firewalls. """ -from __future__ import print_function __NAME__ = 'x2gosshproxy-pylib' __package__ = 'x2go' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit dc9db6fed0782c28dc650de02379a63d02e68a78 Merge: 3cee2e5 0a13e4f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jan 6 13:16:52 2024 +0000 Merge branch 'personal/sunweaver/drop-future-python2-remnant' into 'master' x2go/: Stop importing from the __future__ module. See merge request x2go/client/libs/python-x2go!3 x2go/backends/info/plain.py | 2 -- x2go/backends/profiles/httpbroker.py | 1 - x2go/sshproxy.py | 1 - 3 files changed, 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git