The branch, build-main has been updated via d4054a17444c93618020c4412e8b49361371f3cf (commit) from 140299b062adce94b65dc10ac19bb97497af87cc (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: x2gobroker/tests/test_web_plain_inifile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2gobroker/tests/test_web_plain_inifile.py b/x2gobroker/tests/test_web_plain_inifile.py index 114e73f..f87f81b 100644 --- a/x2gobroker/tests/test_web_plain_inifile.py +++ b/x2gobroker/tests/test_web_plain_inifile.py @@ -21,14 +21,14 @@ import unittest import tempfile from paste.fixture import TestApp from nose.tools import * -import web +import tornado.wsgi # Python X2GoBroker modules import x2gobroker.defaults import x2gobroker.web.plain -urls = ( '/plain/(.*)', 'x2gobroker.web.plain.X2GoBrokerWeb',) -app = web.application(urls, globals()) +urls = ( ('/plain/(.*)', x2gobroker.web.plain.X2GoBrokerWeb,) ,) +application = tornado.wsgi.WSGIApplication(urls) x2gobroker.defaults.X2GOBROKER_CONFIG_DEFAULTS.update({'base': {'enable': True, },}) 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).