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 Client API". The branch, master has been updated via 6fa45031b5d85c49e78bfcd86bf429ff1da06311 (commit) from 46ec399f2b03d2bff3309380251fc581d91be8f0 (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 6fa45031b5d85c49e78bfcd86bf429ff1da06311 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 19 09:39:08 2011 +0200 renamed X2goDropbox to X2goMIMEbox ----------------------------------------------------------------------- Summary of changes: x2go/backends/terminal/_stdout.py | 48 +++--- x2go/client.py | 12 +- x2go/defaults.py | 20 +- x2go/dropbox.py | 267 ------------------------- x2go/mimebox.py | 267 +++++++++++++++++++++++++ x2go/{dropboxactions.py => mimeboxactions.py} | 134 ++++++------ x2go/session.py | 35 ++-- x2go/utils.py | 14 +- 8 files changed, 398 insertions(+), 399 deletions(-) delete mode 100644 x2go/dropbox.py create mode 100644 x2go/mimebox.py rename x2go/{dropboxactions.py => mimeboxactions.py} (58%) hooks/post-receive -- Python X2go Client API