~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to src/xts-getconfig.in

  • Committer: Joshua Mark Higgins
  • Date: 2013-04-07 23:14:49 UTC
  • Revision ID: joshiggins@gmail.com-20130407231449-0b565vl9h8elldtj
Removing xts-getconfig as it is not required

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
2
 
'''
3
 
xts-getconfig
4
 
 
5
 
    Get configuration about the session started by
6
 
    xpra-wrapper
7
 
 
8
 
Copyright 2012 Joshua Higgins
9
 
 
10
 
This file is part of Xpra Terminal Server (XTS).
11
 
 
12
 
XTS is free software: you can redistribute it and/or modify
13
 
it under the terms of the GNU General Public License as published
14
 
by the Free Software Foundation, either version 3 of the License,
15
 
or (at your option) any later version.
16
 
 
17
 
XTS is distributed in the hope that it will be useful, but
18
 
WITHOUT ANY WARRANTY; without even the implied warranty of
19
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
 
See the GNU General Public License for more details.
21
 
 
22
 
You should have received a copy of the GNU General Public License
23
 
along with XTS. If not, see http://www.gnu.org/licenses/.
24
 
'''
25
 
 
26
 
 
27
 
import sys
28
 
sys.path.insert(1, '@pythondir@')