This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from a7d0a25 add closure for #784 new 48e27f0 x2gobroker/web/extras.py: import logger_error. 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: x2gobroker/web/extras.py | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 48e27f0356305fdd0760f35afd686cb63f24b137 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 21 01:40:52 2015 +0100 x2gobroker/web/extras.py: import logger_error. --- x2gobroker/web/extras.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index a1cf953..1e16907 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -26,6 +26,7 @@ x2gobroker._paramiko.monkey_patch_paramiko() import x2gobroker.defaults +from x2gobroker.loggers import logger_error class _RequestHandler(tornado.web.RequestHandler): def _handle_request_exception(self, e): -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git