The branch, tornado has been updated via 620cf778695448fb38394e5b476974aa1815c639 (commit) via cc0ae3ddb38a1212ab5e63715344e7befdc4b544 (commit) from aa84ed46e7d201c60b72b70b2be26c02bdbcecee (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 ----------------------------------------------------------------- commit 620cf778695448fb38394e5b476974aa1815c639 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 6 11:23:29 2013 +0100 Add workaround to handle bug #138 in x2goclient. commit cc0ae3ddb38a1212ab5e63715344e7befdc4b544 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 6 11:28:17 2013 +0100 Revert "Add workaround to handle bug #138 in x2goclient." This reverts commit aa84ed46e7d201c60b72b70b2be26c02bdbcecee. ----------------------------------------------------------------------- Summary of changes: x2gobroker/web/plain.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) The diff of changes is: diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index 0505573..f85bc98 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -21,9 +21,9 @@ # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # modules +import types import tornado.web from tornado.escape import native_str, parse_qs_bytes -import types # Python X2Go Broker modules import x2gobroker.defaults @@ -42,8 +42,6 @@ class X2GoBrokerWeb(tornado.web.RequestHandler): for http_header_item in self.http_header_items.keys(): self.add_header(http_header_item, self.http_header_items[http_header_item]) - def initialize(self, **kwargs): - def get(self, backend): if x2gobroker.defaults.X2GOBROKER_DEBUG: self._gen_http_header() hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).