[X2Go-Commits] [python-x2go] 02/02: provide BACKENDS in main module
git-admin at x2go.org
git-admin at x2go.org
Wed Feb 5 16:23:49 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch brokerclient
in repository python-x2go.
commit a76458474bf99cd0db788b25b7b13e7bbaede2d2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Feb 5 16:23:40 2014 +0100
provide BACKENDS in main module
---
x2go/__init__.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/x2go/__init__.py b/x2go/__init__.py
index 50ec232..ae5cd9a 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -207,6 +207,7 @@ from defaults import LOCAL_HOME
from defaults import X2GO_CLIENT_ROOTDIR
from defaults import X2GO_SESSIONS_ROOTDIR
from defaults import X2GO_SSH_ROOTDIR
+from defaults import BACKENDS
if X2GOCLIENT_OS == 'Windows':
from xserver import X2GoClientXConfig, X2GoXServer
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list