[X2Go-Commits] [python-x2go] 01/01: x2go/inifiles.py: No need to import future's print_function() anymore.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 2 16:54:44 CET 2019


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 at 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 at 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


More information about the x2go-commits mailing list