[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.4.0.6-5-g7d7ec5f

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:58:06 CEST 2013


The branch, twofactorauth has been updated
       via  7d7ec5f25b879a38a6fa638242c84f2764698dc8 (commit)
      from  7f3bb41f604c678dd6798636307f0ceeb7297fff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                  |    7 +++++--
 x2go/backends/terminal/_stdout.py |   11 -----------
 2 files changed, 5 insertions(+), 13 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1884948..98bdaf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
-python-x2go (0.4.0.7-0~x2go2) UNRELEASED; urgency=low
+python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low
 
+  * New upstream version (0.4.0.7):
+    - Drop duplicate method in terminal backend: is_desktop_session().
   * /debian/control:
-    - Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
+    + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
+
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 28 Jul 2013 19:48:57 +0200
 
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index b1a3f28..4f28311 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -1637,17 +1637,6 @@ class X2GoTerminalSessionSTDOUT(object):
 
             self._cleaned_up = True
 
-    def is_desktop_session(self):
-        """\
-        Test if this terminal session is a desktop session.
-
-        @return: C{True} if this session is of session type desktop ('D').
-        @rtype: C{bool}
-
-        """
-        self.params.rewrite_session_type()
-        return self.params.session_type == 'D'
-
     def is_rootless_session(self):
         """\
         Test if this terminal session is a rootless session.


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list