The branch, twofactorauth has been updated via 07e7b874b4710e2b1bf63b81ef6fad86e880db35 (commit) from 134506d0adc29c0ee85a716c3f2181f9788253b2 (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: x2go/gevent_subprocess.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/gevent_subprocess.py b/x2go/gevent_subprocess.py index 79ed23e..84aaa79 100644 --- a/x2go/gevent_subprocess.py +++ b/x2go/gevent_subprocess.py @@ -1,5 +1,13 @@ # -*- coding: utf-8 -*- +# THIS CODE SNIPPET HAS BEEN FOUND HERE: +# found here: http://groups.google.com/group/gevent/browse_thread/thread/dba1a5d29e0a60ff +# Mark Visser <mjmvisser@gmail.com> + +# THE BELOW HEADER IS MY DEFAULT COPYRIGHT/LICENSE HEADER AND +# MIGHT NEED MODIFICATION ONCE THE AUTHOR HAS MADE A STATEMENT +# ON COPYRIGHT AND LICENSE... + # Copyright (C) 2010 by Mike Gabriel <m.gabriel@das-netzwerkteam.de> # # Python X2go is free software; you can redistribute it and/or modify @@ -17,8 +25,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -# found here: http://groups.google.com/group/gevent/browse_thread/thread/dba1a5d29e0a60ff -# Mark Visser <mjmvisser@gmail.com> """Implementation of the standard :mod:`subprocess` module that spawns greenlets""" import errno 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).