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