[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.1.1-2-gc6f5f43

X2Go dev team git-admin at x2go.org
Thu Dec 20 09:01:56 CET 2012


The branch, master has been updated
       via  c6f5f43dbb00c79464a1de48fc910f1a6a3f57c5 (commit)
      from  6618320451923230d75f1e9190dbff9502052b6a (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 c6f5f43dbb00c79464a1de48fc910f1a6a3f57c5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Dec 20 09:01:51 2012 +0100

    fix missing os module

-----------------------------------------------------------------------

Summary of changes:
 setup.py |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/setup.py b/setup.py
index 647dbd4..890ebef 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,8 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+import os
+
 from setuptools import setup, find_packages
 for line in file(os.path.join('x2go', '__init__.py')).readlines():
     if (line.startswith('__VERSION__')):


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).




More information about the x2go-commits mailing list