This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from b879f7a Fix writing of inifiles when running under Python3. new 5f6d607 x2go/inifiles.py: No need to import future's print_function() anymore. The 1 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: debian/changelog | 1 + x2go/inifiles.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) -- 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 5f6d607cc4134a373b0ee67fc7047dfb731868ca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 2 16:54:35 2019 +0100 x2go/inifiles.py: No need to import future's print_function() anymore. --- debian/changelog | 1 + x2go/inifiles.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 60d07c2..dcc8d32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-x2go (0.6.1.2-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * New upstream version (0.6.1.2): - Fix writing of inifiles when running under Python3. + - x2go/inifiles.py: No need to import future's print_function() anymore. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 08:19:40 +0100 diff --git a/x2go/inifiles.py b/x2go/inifiles.py index c4158de..79248f1 100644 --- a/x2go/inifiles.py +++ b/x2go/inifiles.py @@ -27,7 +27,6 @@ X2GoProcessIniFile - helper class for parsing .ini files """ -from __future__ import print_function __NAME__ = 'x2goinifiles-pylib' __package__ = 'x2go' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git